I been following the development of LINQ for quite some time, reading articles playing around with the beta version of Visual studio an reading blogs, in order for me to help me get up to speed with this technology and try to use it in my future projects to save time and make my life as a developer much easier.
If you have seen a bit about LINQ before or want to get started learning LINQ to help speed up development, the best place to go to find information is the The LINQ Project page.
There are lots of resources on the web to help you learn how to use LINQ, A very good ones is this 101 LINQ samples because it has very short and simple examples of how to use LINQ for several situations.
One of the blog that I like to read once is Wriju’s BLOG where you can find lots of detail information and sample code, one of the last post talked about LINQPad which will help practice writing LINQ queries against a database, all in the fly !!.

Share This