.NET stands for Network Enabled Technology
The .NET framework is basically used to create
windows applciations
web applications
Mobile applications
Window forms
Web Services and Window Services etc etc
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
Lot more to explain... Please submit your comments regarding my post so that i can post more which might be helpful to you all people.... Thanks and regards Srinivas
Ras90it, if this helps please login to Mark As Answer. | Alert Moderator