Microsoft Dot Net Master

Microsoft Dot Net Master
Microsoft Dot Net Master

Thursday, February 2, 2017

What is Full Form of .NET ?

.Net full form is Network Enabled Technologies . .Net was a system which can be used in the development of any kind of application like. 
1.Desktop Application 
2.Web Application 
3.Mobile Application 

.Net Framework : 
The development of .net has been started by Microsoft with the development of framework only in the late 90's originally under the name NGWS(Next Genaration Windows Services).To develop the framework 1st a setup specification were prepared known as CLI Specification. 
CLI Specifications are standardized under ISO and ECMI(European Computer Manufacturing Association) making them as open specifications giving a chance for every one to develop the framework. 

The CLI(Common Language Infrastructure) specifications focuses on 4 major things. 
1.CLS 2.CTS 3.BCL 4.VES 

In .NET framework there is one important feature known to be as IL which stands for Intermediate Language or MSIL(Microsoft Intermediate Language) or CIL(common Intermediate Language). All the .NET source code is first converted to IL where a software is installed. IL is thereafter converted to the machine understandable code by a JIT Compiler 

Again this JIT compiler is classified into three types 
Pre JIT 
Econo JIT 
Normal JIT 

.NET has another important feature which is CLR(Common Language Runtime) 
CLR is the heart of .NET framework 
It has four main features 
1) IL(Intermediate Language) 
2) Code Verification 
3) Code Access Security 
4) Garbage Collection

Please submit your comments regarding my post so that i can post more which might be helpful to you all people.... Thanks 

No comments:

Post a Comment