Windows applications and AppDomains
As far as I know, when a web application is requested for the first time an AppDomain for this application is loaded. For windows applications I could not be able to find any explicit information about this topic. How AppDomains are used for windows applications? For example, if two different VB.NET applications are launched at the same time, how many AppDomains will be loaded?
Regards,
Rinaldo

