Running Assemblies in custom application domains

Posted on C# Corner See other posts from C# Corner
Published on Apr 28, 2010 Indexed on 2010/04/29 12:48 UTC
Read the original article Hit count: 219

Filed under:
This sounds like a deep technical thing and internally it's right too. But in a developer prospective, if he needs to run an assembly under a fresh new ApplicationDomain, it's so easy like just use some of the classes defined in System NameSpace. Below I am explaining this with a small console application.

© C# Corner or respective owner