Sunday, February 14, 2010

A test drive with Linq

This is my first post on Linq.
Having worked on Linq for some time I have wanted to start writing something
on this area but other areas or interest took over and I could not focus on writing on LINQ.
The first post/example will introduce you to writing Linq syntax as well as a comparision of
LINQ style of coding to the more Traditional approach that most of us are used to writing our code.
I am sure you will appeciate the features that LINQ provides.
Get use to the syntax and understand the power of LINQ and you will find out how much less code
you have to write to achieve the same result as with some of the approaches we have been using.

Most of the comparitive study and comments are part of the code inline and very easy to understand.

The code for this demo can be downloaded here.

No comments:

Post a Comment