Pages

Tuesday, December 11, 2012

What is Common Language Runtime?


Writing programs in any of visual basic, visual c++, or c# languages and compile their programs into an intermediate form of code are called Common Intermediate Language (CIL), it is managed and executed by Common Language Run time. First after compilation of initial language, information will be getting stored in metadata, this metadata tells the CLR what language was used including its version and also what all class libraries required for this program.

0 comments:

Post a Comment