Integrating .NET and SQL (LINQ)

From the Visual Studio Data Team blog ... At the PDC Microsoft announced LINQ (Language Independant Query) Framework. This gives you the ability to use a SQL-like language on your collections (anything IEnumerable). The example from the blog is:


This is a companion discussion topic for the original entry at http://billg.sqlteam.com/2005/09/13/7779/