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
In Server how to check whether model has error or not in ASP.Net MVC
What are the versions of .net framework?
Possible ways to prevent xss attacks on mvc application?
Explain bundle.config in mvc4?
Is dapper faster than entity framework?
What is a razor file?
Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?
What happens when I install the .net framework 3.0? How can I upgrade if I already have the .net framework 2.0 installed?
what is ssdl?
Explain two instances where routing is not implemented or required?
What is edm (entity data model)? : Entity framework
What is attribute routing in mvc?
How the ‘page lifecycle’ of ASP.Net MVC does works?
What is difference between viewbag and viewdata and tempdata?
how can you tell ef to have a different table or column name than that defined for the class?