Where is the .net 3.5 SDK?

廉价感情. 提交于 2019-12-09 07:51:41

问题


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


回答1:


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.




回答2:


In VS2017 Tools Menu >> Get Tools and Features...

Then in the VS Installer window select the "Individual Components" tab and make sure you have ".NET Framework 3.5 development tools" checked and installed




回答3:


3.5sp1 sdk for Windows 7: http://www.microsoft.com/downloads/en/details.aspx?FamilyID=c17ba869-9671-4330-a63e-1fd44e0e2505&displaylang=en




回答4:


Nowadays everything is downloaded from: https://www.visualstudio.com/downloads/ Scroll down to build tools for visual studio, download the installer, select individual components and select what versions of dotnet you want to install. When done look for the "Development Command Prompt for VS", run and be happy.




回答5:


here is it. Just the .NET 3.5 sdk, nothing else:

http://www.microsoft.com/downloads/en/details.aspx?FamilyId=333325FD-AE52-4E35-B531-508D977D32A6&displaylang=en



来源:https://stackoverflow.com/questions/844725/where-is-the-net-3-5-sdk

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!