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 is the base class of Button control in .NET?
What is reflection and what is it for?
What is Delegate? Have ever used Delegates in your project.
Tell me about secure socket layer? How to make use of the technology?
What tools can I use to develop .net applications?
Tell me what is serialization?
What is the use of UML in .Net
How can you clean up objects holding resources from within the code?
Explain acid properties?
What is RunTime Polymorphism?
5 Answers Deloitte, eClerx, Horizon, Intel, Pragna Technologies,
What is WSDL? Explain its architecture?
Writing a Stored procedure to insert the values into a table