Answer Posted / 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 |
Post New Answer View All Answers
How to Create and Consume a Web Service?
What is a .net class?
How to create a key pair in .net?
Write the .net syntax for 'while loop'?
What is the transport protocol you use to call a seb service soap?
Is atl redundant in the .net world?
What is the difference between .net and laravel?
What are the differences between an interface and an abstract class in .net?
How do you trigger the paint event in system.drawing?
Why do we use msmq?
How can you assign an rgb color to a system.drawing.color object?
What makes .net core cross platform?
What is loosely coupled solution in.net?
What are the properties of ADO.NET?
Differentiate between 'DataSet' and 'SQLDataReader' in ADO.NET?