SP2010 Resources
I found some download links has the information on SharePoint 2010. Here i placed those links, that ‘ll be useful for all who want to know about SharePoint 2010.
Hosting Environments for SharePoint 2010 Products
Summarizes the support for hosting environments and illustrates common hosting architectures.
Cross-farm Services in SharePoint 2010 Products
Illustrates how to deploy services across farms [...]
Download all files from SharePoint Library
Now, we are going to see how we can download all documents(incluing sub folders) from SharePoint Library.
First of all,we have get all documents from SharePoint Library. The following code help us to get all the documents including Subfolders.
//Get the Document Library and its view
SPList list = web.Lists["Test Document"];
SPView view = list.Views["All Documents"];
//Query all documents in [...]
Pre-Release VS 2010 and .NET Framework 4.0 CTP download
Microsoft Visual Studio 2010 and the .NET Framework 4.0 are the next generation development tools and platform for Windows Vista, the 2007 Office System, and the Web.
Click VS2010 to download the Microsoft Pre-release Software Visual Studio 2010 and .NET Framework 4.0 Community Technology Preview (CTP).
To know more details about VS2010, visit http://msdn.microsoft.com/en-us/vs2008/products/cc948977.aspx
