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.
Hopefully there'll be some further development on the project even though it's been quiet for a while...
Good weekend!