Answer Posted / mohini
.NET is essentially a framework for software development.it
is similar in nature to any other software development
framework (J2EE etc)in that it provides a set of
containers/capabilities,and a rich set of pre-built
functionality in the form of clss libraries and
Apls.The .net framework is an environment for
building,deploying, and running webservices and other
applications.it consists of 3 mainparts.Common Language
Runtime(CLR),the framework classes,and ASP.NET.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
In which assembly is the mvc framework defined?
What are ajax helpers in mvc?
Are there any parts of the .net framework 3.0 that only work on windows vista?
How does �side by side� work for the .net framework 3.0?
why DotNetFramework is included in building a software
What is the difference between model view and controller?
What is object service? : Entity framework
Is http stateful or stateless?
how do you mark a property as required? For example, for a project, the name is a required field.
Explain what is the difference between view and partial view?
What is ViewStart Page in ASP.Net MVC?
What is the 'page life cycle' of an ASP.NET MVC?
When using razor views, do you have to take any special steps to protect your asp.net mvc application from cross site scripting (xss) attacks?
mention in what all scenarios entity framework can be applicable?
What is web api‘s in asp.net mvc 4 ?