You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.