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
Explain two instances where routing is not implemented or required?
Can I add asp.net mvc testcases in visual studio express?
Explain tempdata in asp.net mvc?
What is the .net framework and how does it work?
What are sections?
How we can register the Area in ASP.Net MVC?
What is domain class model?
What is the difference between entity framework and mvc?
Explain .Net Framework? Why we use it?
what is model first approach?
What is mvc entity framework?
What is edm designer? : Entity framework
What are the 2 ways of adding constraints to a route?
What is Area in ASP.Net MVC?
Can you explain renderbody and renderpage in mvc?