Answer Posted / anand
The Microsoft .NET Framework is a software framework that
can be installed on computers running Microsoft Windows
operating systems. It includes a large library of coded
solutions to common programming problems and a virtual
machine that manages the execution of programs written
specifically for the framework. The .NET Framework is a key
Microsoft offering and is intended to be used by most new
applications created for the Windows platform.
The framework's Base Class Library provides a large range of
features including user interface, data and data access,
database connectivity, cryptography, web application
development, numeric algorithms, and network communications.
The class library is used by programmers, who combine it
with their own code to produce applications.
Programs written for the .NET Framework execute in a
software environment that manages the program's runtime
requirements. Also part of the .NET Framework, this runtime
environment is known as the Common Language Runtime (CLR).
The CLR provides the appearance of an application virtual
machine so that programmers need not consider the
capabilities of the specific CPU that will execute the
program. The CLR also provides other important services such
as security, memory management, and exception handling. The
class library and the CLR together constitute the .NET
Framework.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why to use Html.Partial in ASP.Net MVC?
Why we need a separate mobile project template, while we can render our web application in mobile ?
What are actions in mvc?
What is difference between html.beginform and ajax.beginform?
How route table has been created in asp.net mvc?
What is the difference between windows vista and .net framework 3.0 ?
What is iobjectset? : Entity framework
Can you explain model, controller and view in mvc?
Will the name change be reflected in any of the existing .net framework 2.0 apis, assemblies, or namespaces?
The order of the filters that get executed, if the multiple filters are implemented?
What is entitytypes? : Entity framework
What is conceptual model? : Entity framework
what is code first approach?
Explain the new features 3.5 framework against with the tool?
what is entity sql?