Answer Posted / guest
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 ? | 2 Yes | 0 No |
Post New Answer View All Answers
Is .net framework dead?
What are actions in mvc?
Explain the advantages and disadvantages of ASP.Net MVC over ASP.NET?
Is dapper faster than entity framework?
What is html.renderpartial?
What are the differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?
Can we free memory explicitly without waiting for garbage collector to free the memory in .net compact framework?
what is eager loading?
What is a razor file?
Is .net core faster than .net framework?
what is entity framework?
What is latest version of .net framework?
What is the mvc pattern (model view controller pattern)?
What is Dependency Injection in ASP.Net MVC
Which filter executes first in an asp.net mvc application?