A simple way to start your code in a different AppDomain

Published 20 Mai 08 06:50 | realfiction - TrivadisContent

You may know that AppDomains in the .Net Framework are comparable to processes in that they provide an isolated execution context for the instructions executed by the CLR. However, they are also quite lightweight and what is more, you can have more than one inside an actual OS process in which a given CLR Host is running. Usually our code gets executed in a default AppDomain and we do not care about additional ones. Why should you care about AppDomains at all?

Well,

read more

Lesen Sie den vollständigen Eintrag unter http://realfiction.net/?q=node/158