As you know, the .NET platform supports two types of .NET assemblies, static and dynamic. This chapter and the next are about working with dynamic .NET assemblies; it covers the purpose and benefits of dynamic .NET assemblies and how to perform fundamental tasks with them. Also, you will learn how to define a dynamic .NET assembly, a dynamic .NET module, a dynamic .NET reference type, and a dynamic .NET field member.
About Dynamic Assemblies
Dynamic assemblies are created dynamically at runtime and by using a specialized API of the .NET Core ...