What is a runtime host?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is a runtime host?
Rating:
A runtime host manages the execution of application code and provides various services to the application. The Common Language Runtime (CLR) has been designed by Microsoft to support different types of applications such as Windows applications, Web applications, Mobile applications, etc. Each of these applications requires a runtime host to start its application. The .NET Framework provides different types of runtime hosts for different types of applications. Following are examples of some runtime hosts:
- ASP.NET
- Shell Executables
- Microsoft Internet Explorer
Rating:
Was this information helpful?
Other articles
- What are the characters that match location in a string?
- Skills required for Microsoft test 70-536.
- How to change the Configuration property of a C# .NET project?
- Things to practice for Microsoft test 70-536.
- How to attach files to an e-mail message?