Description of IL - The Language of CLR :
This effective reference eclucidates all the key features of CLR and its language IL(Intermediate Language). CLR supports both procedure and object oriented language and it has standard set of types for all the languages. IL is the language of CLR which is a commmon language generated by the compilers of all the languages. This article show various examples to demonstrate the CLR concept clearly for the readers.