Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is .NET Framework?

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


Please Help Members By Posting Answers For Below Questions

How to return the JSON from action method in ASP.Net MVC?

1282


How to use multiple submit buttons in asp.net mvc?

1262


Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?

2798


What is layout in mvc?

1068


What are the possible razor view extensions?

1051


What is the difference between renderaction and renderpartial?

1196


What filters are executed in the end?

1101


differences between poco, model first and data first approach?

1294


what is minimum requirement for entity framework applications to run?

1194


Explain the 'page lifecycle' of an ASP.NET MVC?

1186


How route table has been created in asp.net mvc?

1037


Why to use Html.Partial in ASP.Net MVC?

1181


what is ssdl?

1194


Can we free memory explicitly without waiting for garbage collector to free the memory in .net compact framework?

1045


How do you handle variable number of segments in a route definition?

1021