What is Microsoft .NET and How does it work?
.NET Managed code / CLR / IL
- Software component that runs on Windows platform
- Tools, components, and framework to speed up development
- Managed code is code (in CLI) that memory management, object lifetime, and the basic type-system, etc.
- CLI - The open specification by Microsoft for executable code and runtime environment that form the core of .NET
- CLR – Common Language Runtime
- Execution engine interfacing .NET and OS
- IL – Intermediate Language and metadata created by languages
Tuesday, March 09, 2010 5:50:11 PM
|