Thursday 4 September 2014

Benefits of Common Language Runtime

Benefits of Common Language Runtime 
These are the benefits of the CLR:
üIt improves the performance if the applications.
üIt has ability to use or understand the code written in other languages.
üWe can use any code in any language supported by framework with help of CLR.
üIt supports all object oriented features.
üIt supports threading, exception handling (will see these points in more detail in next modules).
üBecause of Garbage Collector not a single bit of memory wasted.
Use of delegates instead of function pointers for increased type safety and security. For more information about delegates (will see these points in more detail in next modules)

0 comments:

Post a Comment