tags:

views:

121

answers:

1

Duplicate:

What is AppDomain


What is Application Domain in .NET and what is its need?


See Also:

Usage of AppDomain in C#

+2  A: 

A very nice and short explanation here: http://codebetter.com/blogs/raymond.lewallen/archive/2005/04/03/61190.aspx Hope it helps ;)

antonioh