02 October 2013

What do you mean by CLR of Microsoft .NET framework?

  • CLR stands for Common Language Runtime. 
  • CLR is the component of the .NET Framework developed by Microsoft that allows you to compile and execute applications written in any language (i.e C#, VB) with .NET. 
  • CLR provide the following service to the .NET programming environment:
    Microsoft .NET framework

  • Exception Handling
  • Garbage Collection
  • Thread Management
  • Memory Management
  • Type Safety

No comments:

Post a Comment

Featured Post

How to Write PHP code and HTML code within a same file

A PHP file can have both PHP code and HTML code together. Any HTML code written outside of PHP <?php //php code here… ?> Code is ig...

Popular Posts