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
Will the name change be reflected in any of the existing .net framework 2.0 apis, assemblies, or namespaces?
which are the key concepts of entity data model?
i have done enough testing in life but now stated developing intereset in development work,Can i think of entering into development work that too in >Net after more then 4 years of testing experiece?
What are the 2 popular asp.net mvc view engines?
How does the .net framework 3.0 relate to windows vista?
what is conceptual model?
What is a razor file?
What is the use of view model in asp.net mvc?
What are the new enhancements done in default project template of asp.net mvc 4?
What is session state management?
How the ‘page lifecycle’ of ASP.Net MVC does works?
explain what is ado.net entity framework?
What does a viewmodel do?
The order of the filters that get executed, if the multiple filters are implemented?
Explain what languages does the .net framework support?