Search Books

LINQ Quickly

Author N. Satheesh Kumar
Publisher Packt Publishing
📄 Viewing lite version Full site ›
🌎 Shop on Amazon — choose country
32.26 34.99 USD
🛒 Buy New on Amazon 🇺🇸 🏷 Buy Used — $4.66

✓ Usually ships in 24 hours

Share:
Book Details
ISBN / ASIN1847192548
ISBN-139781847192547
AvailabilityUsually ships in 24 hours
Sales Rank5,163,016
MarketplaceUnited States 🇺🇸

Description

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.