tags:

views:

5481

answers:

2

Can anyone please provide a link to download the .net 3.5 SDK? I checked the MS site and google but cannot find a download link for this.

Thanks...

+2  A: 

A search for .NET 3.5 SDK yields http://www.microsoft.com/downloads/details.aspx?FamilyID=E6E1C3DF-A74F-4207-8586-711EBE331CDC&displaylang=en, which is the download link for Windows SDK for Windows Server 2008 and .NET Framework 3.5

Michael
+4  A: 

The link above is good, here is a link that contains links to every Microsoft based SDK. It is kept fairly up to date.

http://msdn.microsoft.com/en-us/dd299405.aspx

Edit If you are cutting edge. Meaning wanting to start programming for features in Win 7, server 2008 r2. this would be a link with the latest and greatest. at RC level. (although Win 7 is released with .net 3.5 sp1)

http://www.microsoft.com/downloads/details.aspx?FamilyID=6db1f17f-5f1e-4e54-a331-c32285cdde0c&displaylang=en

In addition this link is also nice.

http://code.msdn.microsoft.com/WindowsAPICodePack

Contains .net wrappers to most of the new features in win 7.

DouglasH