Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Programming Microsoft LINQ in .NET Framework 4 [Repost]

Posted By: ChrisRedfield
Programming Microsoft LINQ in .NET Framework 4 [Repost]

Paolo Pialorsi, Marco Russo - Programming Microsoft LINQ in .NET Framework 4
Published: 2010-12-03 | ISBN: 0735640572 | PDF | 650 pages | 9 MB


Dig into LINQ – and transform the way you work with data.
With LINQ, you can query data from a variety of sources – including databases, objects, and XML files – directly from Microsoft Visual Basic or C#. Guided by data-access experts who've worked in depth with LINQ and the Microsoft development teams, you'll learn how .NET Framework 4 implements LINQ, and how to exploit it. Clear examples show you how to deliver your own data-access solutions faster and with leaner code.
Discover how to:
Use LINQ to query databases, object collections, arrays, XML, Microsoft Excel files, and other sources
Apply LINQ best practices to build data-enabled .NET applications and services
Manipulate data in a relational database with ADO.NET Entity Framework or LINQ to SQL
Read, write, and manage XML content more efficiently with LINQ to XML
Extend LINQ to support additional data sources by creating custom operators and providers
Examine other implementations, such as LINQ to SharePoint
Use LINQ within the data, business, and service layers of a distributed application
Get code samples on the Web