Check out the LINQ feature of SharePoint 2010!
December 8, 2010 by Regina Ritter
Filed under Web Hosting
Definitely, LINQ within SharePoint Server 2010 is the acronym of Language Integrated Query, and precisely what LINQ really does is put in a native querying syntax reminiscent of SQL with .NET Framework coding 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 and source for the latest release can both be found in the “Releases”-tab on http://www.codeplex.com/LINQtoSharePoint. The latest sources can be found via the “Source Code”-tab on the same web site.
To run the LINQ to SharePoint libraries, operate the installer and this may routinely set up the libraries and set up Visual Studio 2008. To make use of the library just put a new LINQ to SharePoint file. This can be done by right-clicking the project, Include, Brand-new Item, picking the LINQ to SharePoint record as well as clicking on Create. This will likely instantly add a mention of the the library to your job.
Features of LINQ to SharePoint include the following:
o Custom query provider that transposes LINQ queries to CAML, the Collaborative Application Markup Language utilized by SharePoint for querying
Assistance 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 development (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


