Answer: You can load the assembly dynamically by using classes from the System.Reflection namespace.
Assembly x = Assembly.LoadFrom( “Custom.dll” );
You can create assembly by using classes from System.CodeDom.Compiler
Asked In: Many Interviews |
Alert Moderator