Skip to content

Latest commit

 

History

History
34 lines (31 loc) · 1.38 KB

File metadata and controls

34 lines (31 loc) · 1.38 KB
title Deploying .NET Framework Applications
ms.custom
ms.date 03/30/2017
ms.prod .net-framework
ms.reviewer
ms.suite
ms.technology
dotnet-clr
ms.tgt_pltfrm
ms.topic article
helpviewer_keywords
deploying applications [.NET Framework]
.NET Framework, deploying apps
ms.assetid 139d4cb1-5972-40f4-bdd8-1ce68e4dfb80
caps.latest.revision 3
author mairaw
ms.author mairaw
manager wpickett
ms.workload
dotnet

Deploying .NET Framework Applications

This section of the .NET Framework documentation provides essential information for deploying .NET Framework applications, including guidelines for loading assemblies, resolving assembly references, and improving the performance of your application through native image generation.

In This Section

How the Runtime Locates Assemblies
Describes how the common language runtime locates and binds to the assemblies that make up your application.

Best Practices for Assembly Loading
Discusses ways to avoid problems of type identity that can lead to xref:System.InvalidCastException, xref:System.MissingMethodException, and other errors.

See Also

Development Guide