LINQ to Objects (and Everything)
The most hyped new feature in Visual Studio 2008 is the LINQ - stands for Language INtegrated Queries. It's awesome, and you'll be using it to talk to SQL, Objects and everything in between.
Blogs/Articles
Have fun!
Revision number 3, Monday, February 04, 2008 8:00:00 AM by mbanavige
You must Login to comment.
New
Mon, Feb 4, 2008 8:00 AM
by
|
LINQ to XML
It seems we can LINQ to everything these days. Here's some resources that will get you started using LINQ with XML. Introduction .NET Language-Integrated Query for XML Data- This MSDN introduction is 44 pages in fairly easy to read detail on LINQ to XML. The
|
Revision #3
Mon, Feb 4, 2008 8:00 AM
by
|
LINQ to SQL
Start with listening to Anders talk about LINQ in Anders Hejlsberg on LINQ and Functional Programming this video and reading the MSDN Introduction to LINQ. If that's too long, perhaps the 5 Minute Intro is more your speed. There's also a good Channel
|
Revision #2
Mon, Feb 4, 2008 8:00 AM
by
|
LINQ
From MSDN: "The LINQ Project is a codename for a set of extensions to the .NET Framework that encompass language-integrated query, set, and transform operations. It extends C# and Visual Basic with native language syntax for queries and provides class
|