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
Explain serialization and deserialization?
Explain the difference between value type and reference type?
What is asp.net response object?
What is active web page?
Which two new properties are added in asp.net 4.0 page class?
What is content page in asp net?
Explain the disadvantages of viewstate?
Can we override the enablepartialrendering property of the scriptmanager class?
How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?
Explain the concept of MVC Scaffolding?
What is ispostback property?
What are the differnt types of handler in ASP.NET?
What is server components?
Is asp.net still used?
What is state management technique?