Tuesday, June 3, 2008

Introduction to the LINQ in .NET 3.0

Designed to reduce the complexity when working with data

Query operators can be used against any collection

Built-in examples: Select, Where, GroupBy, Join, etc.
Extensibility model supports extending/replacing these

Benefits
  1. Work with data in a consistent way, regardless of the type of data
  2. Interact with data as objects
  3. Better integration with programming languages
  4. Improved productivity through IntelliSense in Visual Studio
for more information about WinFX and LinQ CLICK HERE

No comments: