Microsoft .NET Framework 3.5 Deployment Considerations

.NET Framework 3.5 is not included by default in Windows 10, Windows Server 2016, and later operating systems but you can download and deploy it for application compatibility. This section describes these deployment options.

Introduction

The .NET Framework provides a subset of managed types that you can use to create Microsoft Store apps for Windows by using C# or Visual Basic. For more information, see .NET Framework.

Only the metadata that is required to enable the .NET Framework 3.5 is contained in the default Windows image (\sources\install.wim). The actual binaries are not in the image. This feature state is known as disabled with payload removed.

You can get the .NET Framework 3.5 payload files from Windows Update or the installation media in the \sources\sxs folder. For more information, see Installing the .NET Framework 3.5. After the .NET Framework 3.5 feature is enabled, the files are serviced just like other operating system files from Windows Update.

If you upgrade from Windows 7 (which includes .NET Framework 3.5.1 by default) to Windows 10, or from Windows Server 2008 R2 (which has .NET Framework 3.5.1 feature installed) to Windows Server 2016, .NET Framework 3.5 is automatically enabled.

Install .NET Framework 3.5

Windows Server Installation Options