LINQ to SharePoint

Bart De Smet has continued his work on the LINQ to SharePoint project. From the website:

The LINQ to SharePoint project provides a custom query provider for LINQ that allows to query SharePoint lists using familiar LINQ syntax. LINQ stands for Language Integrated Query and is one of the core features of Microsoft's .NET Framework 3.5 release.

Some of its current features include a custom query provider that translates LINQ queries into CAML (Collaborative Application Markup Language) which is used by SharePoint for querying, support for both C# 3.0 and Visual Basic 9.0 and can connect to SharePoint using the object model or via the web services interface.

Related links:

Technorati tags: LINQ to SharePoint, LINQ, SharePoint, CAML, Visual Studio, Microsoft, VB9, CSharp, .NET Framework