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
SAP Business One(this is intigrated tool of .net)
What is static constructor, when it will be fired? And what is its use?
What are the difference bbetween value type & reference types ? Example from .net. Integer & struct are value types or reference types in .net?
Show different types of collection in .NET?
Explain what does managed mean in the .net context?
What is the use of common language runtime?
What is reflection and what is it for?
The project which you have made, which methodology did you use?
what is the keyword used for self reference?
Describe the programming model of a windows service
What is the difference between a class and an object, and how do these terms relate to each other?
what is the default security setting in .net?
What is namespaces in .net?
which method do you use to redirect the user to another page without performing a round trip to the client? How?
How does u handle this COM components developed in other programming languages in .NET?