Answer Posted / 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 View All Answers
Why do we use asp.net?
What is marshalling ? Is it a part of asp.net ?
What are main return types supported in Web API?
How many types of session state management options available in asp.net?
What is server side session management?
What is asp net_sessionid?
What is the difference between GridView and Repeater controls in ASP.NET?
Why do I get error message "could not load type" whenever I browse to my asp.net web site?
What is difference between abstract class and an interface?
Describe paging in asp.net?
When does a session actually start?
Can I read the hard disk serial # of the client computer using asp.net?
What's the use of response.output.write()?
What is the difference between page.registerclientscriptblock and page.registerstartupscript?
What are the features of asp.net mvc?