Friday, July 16, 2010

An interpretation of "Application Domains" in .NET

An Application Domain is an abstraction of a library/process. .NET provides Application Domains to abstract away the concept of processes from the underlying operating system. We can think of Application Domain as the process/library that is on top of CLR, not the process/library that is on top of the actual operating system. That's what makes .NET, platform independent!

No comments:

Post a Comment