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
where can i gather the materials for MCP certification
What is Cookies Less Session?
Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?
Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
Is viewstate enabled by default?
Where the viewstate is stored after the page postback?
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?
What are the 3 types of web?
What does session_start () do?
What is asp.net ajax?
What is the use of web.config file?
How to disable disable browser's Back button in asp.net (JavaScript)?
What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?
How can we communicate with each server in N-tier Architecture? and what are the methods?
What is custom events?