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 backwards compatible?

597


What is latest version of .net framework?

660


what is deferred loading(lazy loading)?

570


How to use multiple submit buttons in asp.net mvc?

571


How we can call a JavaScript function on the change of a Dropdown List in ASP.Net MVC?

554






Explain .Net Framework? Why we use it?

603


What are HTML Helpers, AJAX Helpers in ASP.Net MVC?

568


What are the advantages of asp.net mvc?

553


What is .net architecture?

535


What is the difference between model and entity?

486


what is way of loading data in ef (entity framework)?

584


Can you set the unlimited length for "maxjsonlength" property in config?

551


What are child actions in ASP.Net MVC?

574


What are the two ways to add constraints to a route?

538


Is it possible to share a view across multiple controllers?

510