The .NET Framework


The .NET Framework


Basically, it is a platform and provides different technologies, tools for building web applications, windows applications, networked based applications as well as distributed applications. This framework provides run time and compile time environment for different types of languages called Common language specification(CLS).

Microsoft has provided .net framework, which is having multi-language environment. It will give developers to develop, deploy and run the windows, web applications and Web services. This framework supports lot of features(Versioning, Multi Threaded programming, easy creation of web services and web applications, Exception handling and more.).

Basically two important components are there for the .net framework.
1) Common Language Runtime (CLR).
2) Framework Class Library (FCL).

CLR provides runtime environment of the Dotnet framework, that will manages and executes all the code at runtime like a virtual machine.

Class library is a very huge collection of classes (type safe reusable) with language independent facility. This class libraries are logically arranged with the namespaces. 
Share this post :

Post a Comment

Please give your valuable feedback on this post. You can submit any ASP.NET article here. We will post that article in this website by your name.

 
Support : Ranga Rajesh Kumar
Copyright © 2012. ASP.NET Examples - All Rights Reserved
Site Designed by Ranga Rajesh Kumar