Monday, August 11, 2008

LINQ

image12Linq is a set of extensions to Microsoft dotnet framework that encompasses language integrated query and provides the ability to query native data via simple SQL like syntax.

It allows any data source to be queried that exists as object.

Its possible to query for similar information without the use of linq. However here linq provides syntactic sugar for writing these queries which result in less lines of code.

No comments: