Community

AppDomain concept in ASP.Net

(Rajendra kumar yerra) Asp.Net introduces the concept of an Application Domain which is shortly known as AppDomain. It can be considered as a Lightweight process which is both a container and boundary. The .NET runtime uses an AppDomain as a container for code and data, just like the operating syste

Read More - Register for Free Membership