Answer Posted / vamshi
The .NET Framework has two main components: the common
language runtime and the .NET Framework class library.
You can think of the runtime as an agent that manages code
at execution time, providing core services such as memory
management, thread management, and remoting, while also
enforcing strict type safety and other forms of code
accuracy that ensure security and robustness.
The class library is a comprehensive, object-oriented
collection of reusable types that you can use to develop
applications ranging from traditional command-line or
graphical user interface (GUI) applications to applications
based on the latest innovations provided by ASP.NET, such as
Web Forms and XML Web services.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are the benefits of .net framework?
What is entity graph? : Entity framework
How to change the action name in ASP.Net MVC?
What are the sub types of ActionResult?
What is partialview in asp.net mvc?
Are there any parts of the .net framework 3.0 that only work on windows vista?
Explain how to use multiple submit buttons in ASP.Net MVC?
What are the difference between asynchronous controller implementation between asp.net mvc 3 & asp.net mvc 4?
What is connected scenario? : Entity framework
Is .net framework dead?
What are sections?
What is a model in android?
what is entity sql?
What is viewstart page in mvc?
How does the .net framework 3.0 relate to the .net framework 2.0?