Visual Studio 2008 SDK and Visual Studio 2008 shell now available for download

Earlier this week, the final versions of Visual Studio 2008 and the .NET Framework 3.5 were released.  I just noticed that the Visual Studio 2008 SDK and the Visual Studio 2008 shell have also been released.

The VS 2008 SDK includes documentation, samples and tools that can be used to create extensions for Visual Studio 2008.

The VS 2008 shell is a set of 2 redistributable package that allows you to build and deploy Visual Studio 2008 extensions without requiring users to install a full edition of Visual Studio 2008 in order to use them.  You can choose the integrated VS 2008 shell, which will allow your extensions to automatically appear in other editions of VS 2008 that are installed on the system, or the isolated VS 2008 shell, which will allow your extensions to run side-by-side and not automatically integrate with other editions of VS 2008 that are installed on the system.

Here are download links for the VS 2008 SDK and VS 2008 shell:

Here are some other useful links with information about Visual Studio 2008 extensibility: