28MAR 2008
For those of you who’s new to LINQ (Language Integrated Query), here’s a brief description:
"General-purpose query facilities added to the .NET Framework apply to all sources of information, not just relational or XML data. This facility is called .NET Language-Integrated Query (LINQ). "
Read More about LINQ: http://msdn2.microsoft.com/en-us/library/bb308959.aspx
I was just about to start up a new project where I wanted to make LINQ-like queries to SharePoint, but when I did some research I found out that there’s a CodePlex project called LINQ to SharePoint that does about the same as I was about to start doing.
If you’re interested in LINQ and SharePoint, and perhaps an integration between the both – check it out: http://www.codeplex.com/LINQtoSharePoint
Hopefully there’ll be some further development on the project even though it’s been quiet for a while…
Good weekend!
