By alashcraft
via blogs.microsoft.co.il
Submitted: Jul 19 2008 / 09:21
Sometimes we forget that .NET AppDomains are really separate light-weight processes inside a single .NET process. We enjoy all the benefits of a light-weight process: fault isolation, assembly "unloading", custom security policies, and many other things. But we often forget that AppDomains are separate from their host and from each other, and that under the covers they use good old .NET Remoting to communicate.
Add your comment