.NET Interview Questions :: What are the benefits of isolation provided by the Application domains?

Ram Pothuraju





Faults in one application cannot affect other applications. The application domains ensure that code running in one domain cannot affect other applications in the process.
Individual applications can be stopped without stopping the entire process. Application domains will enable you to unload the code running in a single application.

Post a Comment

0Comments

Post a Comment (0)