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 to answer for project questions..?
Why is entity framework used?
What are the options can be configured in AJAX helpers?
mention what are the various methods provided by the dataset object to generate xml?
Explain .Net Framework? Why we use it?
What are the 2 popular asp.net mvc view engines?
What is the use of display modes?
Explain how to use multiple submit buttons in ASP.Net MVC?
how do you mark a property as required? For example, for a project, the name is a required field.
What are the possible razor view extensions?
I want to fetch data from datareader. i have three tables in datareader. i want to bind my two table with datagrid, then i want to fetch a value from my third table. do u have any idea pls help me. we use dr.nextresult() for multiple tables.
What is presentation framework?
what is linq to entities?
Why to use “{resource}.axd/{*pathinfo}” in routing in mvc?
Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?