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
Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?
Explain what is routing?
What is the difference between entity framework and mvc?
what is entity data model?
What symbol would you use to denote, the start of a code block in razor views?
Explain Model, view and Controllers in Asp.Net MVC?
Which version of .net framework is installed?
Explain covariance and contra-variance in .net framework 4.0. Give an example for each.
what is lazy loading in entity framework?
What operating systems will the .net framework 3.0 be available for?
what is entityclient?
Explain how you can send the result back in JSON format in MVC?
Is it possible to share a view across multiple controllers?
Why is the .net framework 3.0 a major version number of the .net framework if it uses the .net framework 2.0 runtime and compiler?
In razor syntax, what is the escape sequence character for @ symbol?