CLR |
The
.NET Framework provides a run-time environment called the common language
runtime. A runtime is an environment in which programs are executed.
CLR is the heart of the .Net framework.
CLR is the heart of the .Net framework.
Advantages of CLR / CLR does following important things,
1.
Garbage collection / Memory
Management
2. Code Access Security (CAS)
3. Code Verification
4. Compilation of IL to Native translation.
5. Application portability - Supports multiple operating system.
2. Code Access Security (CAS)
3. Code Verification
4. Compilation of IL to Native translation.
5. Application portability - Supports multiple operating system.
No comments:
Post a Comment