Answer Posted / vamshi
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 ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is the use of viewmodel in mvc?
If I have multiple filters implemented, what is the order in which these filters get executed?
what do you mean by navigation property?
what do you mean by table-per-type?
What is associationset? : Entity framework
Can we add constraints to the route? If yes, explain how we can do it?
what is datacontrols?
How can you return string result from Action in ASP.Net MVC?
What are authentication filters in web api?
How large is the .net framework 3.0? Does this change make the release larger?
What are non action methods in mvc?
What is the importance of NonActionAttribute?
what is client wins and store wins mode in entity framework concurrency?
What are Scaffold templates in ASP.Net MVC?
What is meant by viewdata?