Dot Net Interview Questions – Set 11
How many types of memories are there in .Net? There are two types of memories in .Net Stack memory Heap Memory What is the application domain? ASP.NET introduces a concept of application domain or AppDomain which is like a lightweight process that acts like both container and boundary. The .NET run-time uses the AppDomain as … Read more