Alias: An approach to .NET Assembly Conflict Resolution
date:
Most plugin based models load all assemblies into a single shared context. This is a common approach because it has better memory usage and startup performance. The history and rules of assembly loading in .NET is con...