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 |
Please explain the difference between constants and read-only variables?
What is an assembly? What are the different types of assemblies?
What is machine.config in .net?
How will you register com+ services?
What is the difference between a Hash Table and a Dictionary?
for the textbox if i want to allow only numbers.what ever the characters u enter it should not take.which event u used?
Explain what rare the types of jit and what is econo-jit?
What's the use of system.diagnostics.process class in .net?
How to view a .NET assembly?
What method do you use to explicitly kill a users session? How?
What is CLR? How it will work?
Where does the dispose method lie and how can it be used to clean up resources?