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 differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?
What is display mode in mvc?
Is .net framework backwards compatible?
If I have multiple filters implemented, what is the order in which these filters get executed?
What is the advantage of mvc?
what is complex type?
Will the name change be reflected in any of the existing .net framework 2.0 apis, assemblies, or namespaces?
How to make sure Client Validation is enabled in ASP.Net MVC
Why is entity framework used?
Can I add mvc testcases in visual studio express?
What is net framework 3.0 ?
How do you handle variable number of segments in a route definition?
What are the possible razor view extensions?
What are child actions in ASP.Net MVC?
What are Action Methods in ASP.NET MVC?