The book "LINQ Quickly: A practical guide to programming Language Integrated Query with C#" by N Satheesh Kumar from PACKT Publishing provides good introduction on LINQ and its features. LINQ (Language Integrated Query), the new query technology came with the .NET Framework 3.5 and Visual Studio 2008. LINQ-enabled languages like Visual Basic and C# gives you a rich set of query operators that can be applied to various data sources, such as in-memory collections, databases, datasets, and XML.
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. Assuming that reader have good sound knowledge of XML, ADO.NET,.NET data access and C# book going to introduces the basic concepts of LINQ. The book provides a good introduction and quickstart to the Linq.
The main aspects of LINQ covered by book are:
* LINQ to XML * LINQ to Objects * LINQ to DataSets * LINQ to SQL * LINQ to XSD
For more details, visit http://www.packtpub.com/linq-quick-starter/book
|
No responses found. Be the first to respond and make money from revenue sharing program.
|