Using LINQ in SharePoint 2010
Found a blog that demo’s using LINQ in SP 2010. It’s an older post, but it has details from setup to code.
http://www.zimmergren.net/archive/2010/02/19/sp-2010-getting-started-with-linq-to-sharepoint-in-sharepoint-2010.aspx
Linked post by Tobias Zimmergren is excellent:
SP 2010: Getting started with LINQ to SharePoint in SharePoint 2010
LINQ to SharePoint:
Quote from Tobias' post "In SharePoint 2010 you now have the ability to use LINQ syntax to fetch items from your lists instead of using the "traditional" approach of CAML queries. (Including SPSiteDataQuery and SPQuery objects)
In this article I will give you a brief introduction to how you can get started using LINQ queries in SharePoint, also known as LINQ to SharePoint."
By GeorgeH on August 12, 2011 9:20PM