What is a .NET application domain?
Posted
by Luke
on Stack Overflow
See other posts from Stack Overflow
or by Luke
Published on 2009-07-07T19:55:50Z
Indexed on
2010/03/29
9:33 UTC
Read the original article
Hit count: 147
In particular, what are the implications of running code in two different application domains?
How is data normally passed across the application domain boundary? Is it the same as passing data across the process boundary? I'm curious to know more about this abstraction and what it is useful for.
EDIT: Good existing coverage of the AppDomain class in general at http://stackoverflow.com/questions/622516/i-dont-understand-appdomains
© Stack Overflow or respective owner