11 out of 17 rated this helpful - Rate this topic

Welcome to the Microsoft SharePoint 2010 SDK

SharePoint 2010

The Microsoft SharePoint 2010 Software Development Kit (SDK) is available online and as a download. The SharePoint 2010 Reference: Software Development Kit download includes IntelliSense files and numerous additional code samples.

Publication date of this reference: January 2012

The SDK includes documentation and code samples for Microsoft SharePoint Foundation 2010 and for Microsoft SharePoint Server 2010, which builds upon the SharePoint Foundation 2010 infrastructure. The documentation includes detailed descriptions of the technologies that SharePoint Server 2010 and SharePoint Foundation 2010 provide for developers, reference documentation for the server and client object models, and step-by-step procedures for using and programming with these technologies and object models. This SDK also includes best practices and setup guidance that will help you get started with your own custom applications that build and extend upon the SharePoint Foundation 2010 and SharePoint Server 2010 platforms.

Microsoft SharePoint 2010 provides enterprise-scale capabilities to meet business-critical needs such as managing content and business processes. SharePoint Foundation 2010 is built on top of Internet Information Services (IIS) and the Microsoft ASP.NET Framework. For a description of this platform and its capabilities, see Conceptual Overview of SharePoint Foundation. SharePoint Server 2010 relies on SharePoint Foundation 2010 and provides a consistent framework for lists and libraries, site administration, and site customization. Any features that are available in SharePoint Foundation 2010 are also available in SharePoint Server 2010. For descriptions of extensible features areas and links to related documentation, see SharePoint Server 2010 General Reference.

Figure 1 shows the key components of the development platform provided by SharePoint 2010.

Figure 1. Platform stack for SharePoint 2010

Platform stack for SharePoint 2010

To download the SharePoint 2010 SDK, see SharePoint 2010 Reference: Software Development Kit. For instructions on installing and using the SharePoint 2010 SDK, see Installing and Using the SharePoint 2010 SDK Download.

For the latest news about developing for SharePoint 2010, visit the SharePoint Developer Documentation Team Blog and the SharePoint Developer Center.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
July Release?
Where is the July release? The only release available is March...
Thank
Good
Installing on Windows 7
If you're seeing a message that Windows Server 2008 is required, refer to the installation instructions for installing SharePoint on Windows 7.  The very first thing you need to do is edit the configuration file to allow installation on a Windows client.  These are available at http://msdn.microsoft.com/en-us/library/ee554869(office.14).aspx.

You should read the entire article (of course) but the relevant section to get the install to run on Windows 7 is pasted here:

<Configuration>
  <Package Id="sts">
    <Setting Id="SETUPTYPE" Value="CLEAN_INSTALL" />
  </Package>
  <DATADIR Value="%CommonProgramFiles%\Microsoft Shared\Web Server
   Extensions\14\Data" />
  <Logging Type="verbose" Path="%temp%" Template="Microsoft Windows
   SharePoint Services 4.0 Setup *.log" />
  <PIDKEY Value="RBWQH-7PFXQ-D6RX2-HVK8Y-HP7F7" />
  <Setting Id="UsingUIInstallMode" Value="1" />
  <Setting Id="SETUP_REBOOT" Value="Never" />
  <Setting Id="AllowWindowsClientInstall" Value="True"/>
</Configuration>
Installing on Windows 7
While it's true that it will install on Windows 7, they never promised it would be easy <g>

http://msdn.microsoft.com/en-us/library/ee554869(office.14).aspx

SharePoint 2010 doesn't install on 64-bit Windows 7
SharePoint 2010 has just been released, and I've downloaded the Setup from MSDN and attempted to run it on a laptop that meets the SharePoint hardware requirements (quad-core, 8MB RAM) and is running 64-bit Windows 7 (Home Premium).  Both SharePoint Server Setup and the SharePoint Preparation Tool report that this operating system is not supported, and they point to online Help that says that Windows Server 2008 is required.  This seems to contradict the diagram and explanation on this page, which says that SharePoint 2010 can be installed on 64-bit Windows 7 for development purposes.  What am I missing?