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

What is httpresponse?

0 Answers  


Which is the best institute to learn Microsoft Technologies and the faculty if you Know?

0 Answers   TCS,


Can you explain what inheritance is and give an example of when you might use it?

1 Answers  


What are the differnt types of handler in ASP.NET?

0 Answers   Sans Pareil IT Services,


What is an asp.net web form?

0 Answers  






Explain how inline and code behind is used differently ?

1 Answers   Siebel,


What does aspnet_regiis -i do ?

1 Answers  


I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?

0 Answers  


what is difference between User Control,Custom Contro1,Web server control and template controls

1 Answers  


How long do session variables last?

0 Answers  


What is a multilingual website?

0 Answers  


What is break mode?

0 Answers  


Categories