Posted by Shantha Kumar on 23rd October 2009

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 [...]

Posted by Shantha Kumar on 11th April 2009

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 [...]

Posted by Shantha Kumar on 9th November 2008

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