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)

Related Posts:

  • Common Language Specifications (CLS) Common Language Specifications(CLS): Lets see what is CLS is : 1.The Common Language Specification (CLS) is a fundamental set of language feat… Read More
  • Base Class Library What is Base Class Library -   Base class library is a Common Language Infrastructure (CLI) standard library available to all the languages s… Read More
  • 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 abilit… Read More
  • Garbage Collector (GC) Garbage Collector (GC) – Here is how GC works and its advantages: 1.De-allocation or freeing of resources consumed by created instances. üIn … Read More
  • Common Language Runtime Common Language Runtime: Lets see what actually CLR is and why it is so important – 1.The Common Language Runtime (CLR) is the … Read More

0 comments:

Post a Comment