What is Dynamic Assembly?

Assemblies which are created and execute on the fly are called dynamic assembly. You can create dynamic assembly through System.Reflection.Emit namespace

Comments

Popular posts from this blog

How do I calculate a MD5 hash from a string?

What is WSDL?