关于[Understanding How Assemblies Load in C# .NET]的摘要:
For better or for worse, a senior .NET developer needs to understand how the .NET runtime loads assemblies. We are constantly dealing with libraries and NuGet packages. These libraries depend on other popular libraries and there are a lot of shared dependencies. With a large enough web of dependencies, you’ll eventually get into conflicts or hard situations.
原文地址: https://michaelscodingspot.com/assemblies-load-in-dotnet/