Skip to content

Latest commit

 

History

History
67 lines (49 loc) · 4.98 KB

index.md

File metadata and controls

67 lines (49 loc) · 4.98 KB
title ms.custom ms.date ms.prod ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic f1_keywords helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
.NET Framework 4.7, 4.6, and 4.5 | Microsoft Docs
03/30/2017
.net-framework
dotnet-clr
article
f61f02f2-2f20-483d-8f56-a9c8f3a54986
.NET Framework, documentation
documentation, .NET Framework
f61f02f2-2f20-483d-8f56-a9c8f3a54986
75
rpetrusha
ronpet
wpickett

.NET Framework Guide

Note

This .NET Framework content set includes information for .NET Framework versions 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, and 4.7. To download the .NET Framework, see Installing the .NET Framework. For a list of new features and changes in the NET Framework 4.5, the [!INCLUDEnet_v46], their point releases, and the .NET Framework 4.7, see What's New in the .NET Framework. For a list of supported platforms, see .NET Framework System Requirements.

The .NET Framework provides many services, including memory management, type and memory safety, security functionality, networking and application deployment. It provides easy-to-use data structures and APIs that abstract the lower-level Windows operating system. You can use a variety of programming languages with the .NET Framework, including C#, F# and Visual Basic.

The .NET Framework is a development platform for building apps for Windows, Windows Phone, Windows Server, and Microsoft Azure. It consists of the common language runtime (CLR) and the .NET Framework class library, , which includes a broad range of functionality and support for many industry standards.

The .NET Framework provides many services, including memory management, type and memory safety, security functionality, networking and application deployment. It provides easy-to-use data structures and APIs that abstract the lower-level Windows operating system. You can use a variety of programming languages with the .NET Framework, including C#, F# and Visual Basic.

For a general introduction to the .NET Framework for both users and developers, see Getting Started. For an introduction to the architecture and key features of the .NET Framework, see the overview.

The .NET Framework can be used with Docker and with Windows Containers. See Deploying .NET Framework applications with Docker to learn how to run your applications in Docker containers.

Installation

The .NET Framework comes with Windows, enabling you to run .NET Framework applications. You may need a later version of the .NET Framework than comes with your Windows version. For more information, see Install the .NET Framework on Windows.

See Repair the .NET Framework to learn how to repair your .NET Framework installation if you are experiencing errors when installing the .NET Framework.

For more detailed information on downloading the .NET Framework, see Installing the .NET Framework.

In This Section

What's New
Describes key new features and changes in the latest versions of the .NET Framework. Includes lists of obsolete types and members, and provides a guide for migrating your applications from the previous version of the .NET Framework.

Getting Started
Provides a comprehensive overview of the .NET Framework and links to additional resources.

Migration Guide
Provides resources and a list of changes you need to consider if you're migrating your application to a new version of the .NET Framework.

Development Guide
Provides a guide to all key technology areas and tasks for application development, including creating, configuring, debugging, securing, and deploying your application, and information about dynamic programming, interoperability, extensibility, memory management, and threading.

Tools
Describes the tools that help you develop, configure, and deploy applications by using .NET Framework technologies.

.NET Framework Class Library
Supplies syntax, code examples, and related information for each class contained in the .NET Framework namespaces.

Additional Class Libraries and APIs
Provides documentation for classes contained in out of band (OOB) releases, as well as for classes that target specific platforms or implementations of the .NET Framework.