The .net Framework is a development and execution enviornment that allows diffrent programming language and libraries to work together seamlessly to create windows based application that are easier to build, manage, deploy and integrate with other network system.
The .netframework consists:-
Comman language run-time(CLR)
Class libraries
Support of multiple programming language.
Features of .Net Framework:-
- Plateform natural framework
- It is layer between Opratin System and programming language.
To built an application we need three components.
ReplyDelete1) Compiler
2) Library
3) Run Time Environment (C.L.R. -> Common Language Runtime)
These components are provided by the .Net Framework
.Net Framework contains thousands of classes that we can use to built an application.
.Net Framework 3.5 contains about over 3400 classes in class library.
.Net Framework supports multiple languages in a manner that provide "Language Portability".
.Net based language Runs Over the .Net Framework and .Net Framework runs over the Operation System.
That means we can say that .Net Framework is a virtual Operating System for .Net.
To built an Asp.net page we need to take advantage of the services of .Net Framework.
ReplyDeleteIn ASP, the dll's are registered(mapping) with the Operation System, but in ASP.NET, the dll's are registered with the .NET FRAMEWORK.