tags:

views:

44

answers:

1

What kind of isolation does application domain provide to Assemblies?

+1  A: 

See: http://www.beansoftware.com/NET-Tutorials/Application-Domain.aspx

Rolle
+1 for the link. I like to think of them as lightweight processes. If .NET were an OS and it gets close in some ways, it would be its processes.
kenny