Check out the LINQ feature of SharePoint 2010!
LINQ within SharePoint Server 2010 stands for Language Integrated Query, and exactly what LINQ really does is squeeze in a local querying syntax reminiscent of SQL on to .NET Framework programming languages.
LINQ to SharePoint is available in a number of types. Next to a normal installation software (MSI-package) the project’s resource program code is as well available for download. The actual cause of producing the code available is to benefit others in employing custom made LINQ query providers. In order to use LINQ to SharePoint, you require the .NET Framework 3.5. If you want to benefit from the Visual Studio 2008 integration, you should have Visual Studio 2008 Professional or higher. (see http://go.microsoft.com/?linkid=7175502 to download Visual Studio 2008 Beta 2)
The installer plus resource for the most recent release can both be found in the “Releases”-tab on http://www.codeplex.com/LINQtoSharePoint. The newest resources can be found via the “Source Code”-tab on a similar internet site.
To setup the LINQ to SharePoint libraries, function the installer and this will definitely routinely put in the libraries and arrange Visual Studio 2008. To use the library just place in a new LINQ to SharePoint file. This can be done by right-clicking the job, Add, Fresh Product, choosing the LINQ to SharePoint document as well as hitting Add. It will instantly add a reference to the library in your project.
Highlights of LINQ to SharePoint include the following:
o Custom query provider that translates LINQ queries to CAML, the Collaborative Application Markup Language used by SharePoint for querying
o Support for LINQ in C# 3.0 and Visual Basic 9.0.
o Entity development instrument SpMetal in order to move SharePoint checklist explanations to entity classes employed for querying
o Visual Studio 2008 integration for entity creation (a.k.a. SPML)
Can connect with a SharePoint website either while using SharePoint object model or via the SharePoint web providers
Planned assistance intended for upgrading through entity kinds
microsoft office sharepoint server http://www.apps4rent.com/microsoft-office-sharepoint-server-moss-2007-hosting/moss-2007-sharepoint.html
Popularity: 1% [?]


