Showing posts with label What is CLR (Common Language Runtime)?. Show all posts
Showing posts with label What is CLR (Common Language Runtime)?. Show all posts

Monday, June 23, 2014

What is CLR (Common Language Runtime)?

CLR provides a environment in which program are executed, it activate object, perform security check on them, lay them out in the memory, execute them and garbage collect them.
The common Language Runtime (CLR) a rich set of features for cross-language development and deployment. CLR supports both Object Oriented Languages as well as procedural languages. CLR provides security, garbage collection, cross language exception handling, cross language inheritance and so on.