Share
The .Net Framework is a software framework developed by Microsoft that provides controlled environment for developing and running applications. It includes a large library of APIs and language interoperability across several programming languages. It contains three major parts :
>> Common Language Runtime
>> Framework Class Library
>> ASP.NET
To read more : http://en.wikipedia.org/wiki/.NET_Framework
sid143
.net framework is platform of the programming develop……
eAnswers Team
The .NET Framework, developed by Microsoft is basically a software framework. It runs on Microsoft Windows. It provides a feature of interoperability (each language can use code written in other languages) between other different languages. The .NET Framework also includes a class of large library that provides provides user interface, data access, database connectivity, cryptography, web application etc. It provides a software environment known as CLR (common language runtime) which allows the program written for .NET Framework to execute. CLR is an application virtual machine which gives services like security, memory management, and exception handling.