What are runtime hosts?

Answers were Sorted based on User's Feedback



What are runtime hosts?..

Answer / johnson

he runtime host loads the runtime into a process, creates
the application domains within the process, and loads user
code into the application domains.

Is This Answer Correct ?    15 Yes 0 No

What are runtime hosts?..

Answer / surjeet

Ranging from Windows applications, Web applications to
Mobile applications, CLR is designed to support various
types of applications. .NET Framework provides different
types of runtime hosts to manage the execution of
application code(to load runtime in to process, create
application domain within process, load user code in to
application domain) and provides various services to the
application.

Runtime hosts included in .Net framework are : ASP.NET,
Microsoft Internet Explorer and windows shell.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Write some code using interfaces, virtual methods, and an abstract class`

0 Answers  


How to implement role based security in asp.net mvc? : Asp.Net MVC

0 Answers  


can u debug application programatically? if yes how?

0 Answers   FactorH,


How asp.net mvc differs from asp.net web forms? : asp.net mvc

0 Answers  


how many session modes are available?some brief explnation

1 Answers  






Explain Life cycle of ASP.NET page when a request is made.

0 Answers  


What is the main difference between grid layout and flow layout?

1 Answers  


How to use DevExpress controls

1 Answers  


What are Authentication and Authorization?

0 Answers  


What does it mean your session has timed out?

0 Answers  


What is Web Application?

2 Answers   HCL,


Difference between application events and session events

0 Answers  


Categories