Sun 22 Feb 2009
quick introduction to LINQ
Posted by Danny under Microsoft .Net
No Comments
No more stored procedures and manipulation XML doc/dataset with nested loops, LINQ provides strongly typed resultset with universal data query syntax for all types datasources.
The overview is spot on, and there are links to “5 minute introduction of LINQ to SQL/Objects/XML” if you want to explore a little bit deeper.
http://www.hookedonlinq.com/LINQOverview.ashx
