LINQ Quickly
暫譯: 快速掌握LINQ
N. Satheesh Kumar
- 出版商: Packt Publishing
- 出版日期: 2007-11-24
- 售價: $1,540
- 貴賓價: 9.5 折 $1,463
- 語言: 英文
- 頁數: 252
- 裝訂: Paperback
- ISBN: 1847192548
- ISBN-13: 9781847192547
海外代購書籍(需單獨結帳)
相關主題
商品描述
This book gets you started with LINQ and shows how it will make your programming life easier by making use of new features from the .NET Framework 3.0. This book is split into seven chapters, each of which is dedicated to presenting a feature of LINQ and its usage in real-life scenarios.Language Integrated Query (LINQ) is a new feature in Visual Studio 2008 that extends its query capabilities, using C# and Visual Basic. Visual Studio 2008 comes with LINQ provider assemblies that enable the use of LINQ with data sources such as in-memory collections, SQL relational databases, ADO.NET Datasets, XML documents, etc. In Visual Studio 2008, Visual C# and Visual Basic are the languages that implement the LINQ language extensions. LINQ language extensions use the new standard query operators API, which is the query language for any collection that implements IEnumerable.This book is for .NET developers who want to find out exactly what LINQ is, what it can do for them, and how to program with LINQ.This book presumes a sound knowledge of XML, ADO.NET, and .NET data access-No knowledge of LINQ is presumed.
商品描述(中文翻譯)
本書將帶您入門 LINQ,並展示如何利用 .NET Framework 3.0 的新功能使您的程式設計生活變得更輕鬆。本書分為七個章節,每個章節專注於介紹 LINQ 的一個特性及其在實際場景中的應用。語言整合查詢(Language Integrated Query, LINQ)是 Visual Studio 2008 中的一項新功能,擴展了其查詢能力,使用 C# 和 Visual Basic。Visual Studio 2008 附帶 LINQ 提供者組件,允許將 LINQ 用於各種資料來源,例如內存集合、SQL 關聯資料庫、ADO.NET 數據集、XML 文件等。在 Visual Studio 2008 中,Visual C# 和 Visual Basic 是實現 LINQ 語言擴展的語言。LINQ 語言擴展使用新的標準查詢運算子 API,這是任何實現 IEnumerable 的集合的查詢語言。本書適合希望了解 LINQ 是什麼、它能為他們做什麼以及如何使用 LINQ 進行程式設計的 .NET 開發人員。本書假設讀者對 XML、ADO.NET 和 .NET 數據存取有良好的基礎知識,但不需要具備 LINQ 的知識。