Linked by Thom Holwerda on Mon 19th Nov 2007 21:16 UTC, submitted by Wyatt Lyon Preul
Permalink for comment 285576
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.





Member since:
2006-04-10
LINQ info:
http://msdn2.microsoft.com/en-us/netframework/aa904594.aspx
"It extends C# and Visual Basic with native language syntax for queries and provides class libraries to take advantage of these capabilities"
Microsoft already created the providers "LINQ to SQL", "LINQ to XML" + more.
You can create any provider you want, see an example here http://blogs.msdn.com/hartmutm/default.aspx "A LINQ provider for RDF files".
LINQ != activerecord.