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
How does .net framework works?
mention what is code first approach and model first approach in entity framework?
Mention what is the difference between “ActionResult” and “ViewResult” ?
What is the domain object?
explain why t4 entity is important in entity framework?
Is .net core replacing .net framework?
In .net compact framework, can we free memory explicitly without waiting for garbage collector to free the memory?
Explain the tools used for unit testing in ASP.Net MVC
If I have multiple filters implemented, what is the order in which these filters get executed?
Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?
What is the difference between windows vista and .net framework 3.0 ?
what is deferred loading(lazy loading)?
Is dapper faster than entity framework?
Mention some action filters which are used regularly in ASP.Net MVC?
Explain two instances where routing is not implemented or required?