28MAR 2008

LINQ to SharePoint


Posted by Tobias Zimmergren
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). "
 
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!