My Blog List

Showing posts with label .NET. Show all posts
Showing posts with label .NET. Show all posts

Saturday, August 16, 2008

An Introduction And Overview Of LINQ

Hi everyone

With the release of .NET framework 3.5, Microsoft introduced lots of new features. One of the very important feature introduced is LINQ, which stands for Language Structured Integrated Query. I have been studying LINQ since the last 2 months and I find it an excellent approach to data management. In this post, I will give a brief overview about it.

Read more >