Welcome to Smips.com Sign in | Join | Help

Code Badger (Brad Tutterow's Blog)

Brad Tutterow is a consultant that likes Microsoft development technologies.
Learn About LINQ in 6 Steps

Language Integrated Query (LINQ) is a new feature in the upcoming version of Visual Studio that allows developers to query collections of objects using a SQL-like syntax.

  1. Get the basic idea. Read Wikipedia's LINQ entry.
  2. See it in action.  Watch Scott Guthrie's walkthrough video.
  3. Learn about the new language features that support LINQ.  Microsoft has published new language overviews for C# folk as well as VB folk.  Also, check out Scott Guthrie's posts on new language features.
  4. Learn about LINQ itself. Start with the official project overview and the standard query operators.  Read the rest of Scott Guthrie's LINQ articles.
  5. Move on to Linq to Sql, Linq to Xml, and Linq to Entities. Check out the ADO.NET Entity Framework that Linq to Entities is built on top of. Learn about the differences between Linq to Sql and Ling to Entities. Spend some time with Hooked on LINQ's 5-minute overviews of Linq to Sql and of Linq to Xml
  6. Download Visual Studio Orcas and play with it.

 

Share this post: Email it! | bookmark it! | digg it! | reddit!
Posted: Tuesday, May 08, 2007 6:09 PM by brad
Filed under: , , ,

Comments

DotNetKicks.com said:

You've been kicked (a good thing) - Trackback from DotNetKicks.com

# May 29, 2007 10:05 AM
Anonymous comments are disabled