What is .NET Framework?

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


Please Help Members By Posting Answers For Below Questions

Is .net framework dead?

724


What are actions in mvc?

748


Explain the advantages and disadvantages of ASP.Net MVC over ASP.NET?

740


Is dapper faster than entity framework?

726


What is html.renderpartial?

763


What are the differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?

798


Can we free memory explicitly without waiting for garbage collector to free the memory in .net compact framework?

750


what is eager loading?

776


What is a razor file?

704


Is .net core faster than .net framework?

757


what is entity framework?

804


What is latest version of .net framework?

861


What is the mvc pattern (model view controller pattern)?

774


What is Dependency Injection in ASP.Net MVC

770


Which filter executes first in an asp.net mvc application?

740