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
How does servicing work for the .net framework 3.0?
Is mvc 4 supporting windows azure sdk (software development kit) ?
Where are the routing rules defined in an asp.net mvc application?
What is the difference between ViewData, ViewBag and TempData?
What is latest version of .net framework?
Explain the use of Inversion of control (IOC)?
What is .net core framework?
What are the components required to create a route in mvc?
what is model first approach?
What are sections?
Describe the roles of clr in .net framework.?
Is it possible to create a custom filter?
Why to use Html.Partial in ASP.Net MVC?
How we can add the css in mvc?
How to return the JSON from action method in ASP.Net MVC?