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 you can implement custom validation in asp.net MVC?
What is routeconfig.cs in mvc 4?
How to bind table colum with gridview column?
explain lazy loading, eager loading, and explicit loading?
what is deferred loading(lazy loading)?
how do you truncate a table using entity data model?
What are Action Filters in ASP.NET MVC and its use?
What is the full form of sp?
Explain entity lifecycle? : Entity framework
What are actions in mvc?
what is csdl?
Explain the request flow in asp.net mvc framework?
Explain what is the difference between view and partial view?
What are child actions in ASP.Net MVC?
How route table has been created in asp.net mvc?