What is Application Domain?
Answer / guest
Application domains provide a unit of isolation for the
common language runtime. They are created and run inside a
process. Application domains are usually created by a
runtime host, which is an application responsible for
loading the runtime into a process and executing user code
within an application domain. The runtime host creates a
process and a default application domain, and runs managed
code inside it. Runtime hosts include ASP.NET, Microsoft
Internet Explorer, and the Windows shell.
| Is This Answer Correct ? | 11 Yes | 0 No |
What's the .net collection class that allows an element to be accessed using a unique key?
How to Exchange data between Webservices
Which among the following two is best and why? Abstract Class and Interface. What is the major difference in between those two except the discrete methods and methods with function definition.
differance between checkbox and rediobutton in vb.net?
Is .net an object oriented language? What are their components?
How to Create and Consume a Web Service?
When a Static Constructor called in .NET?
Explain the difference between task and thread in .net?
How do you create threading in.net?
Explain different types of cookies in .NET?
Dynamic Fonts
Please explain what are an object and a class?