Describe CLR in .net.. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Describe CLR in .net..

Not able to understand the term !

5th Aug 2017, 4:58 PM
Gauttam Nayak
Gauttam Nayak - avatar
2 Answers
+ 1
All the languages of .net ecosystem first gets compiled into a bytecode named Common Intermediate Language or CIL. The task of CLR or Common Language Runtime is to take that CIL code and convert it to machine language. Just google about it, it's always better to find and trying to understand the answer by yourself, rather than asking it directly.
5th Aug 2017, 6:14 PM
Salekin
Salekin - avatar
0
It is the first thing you learn and the last thing you need to known. Your code is translated in to machine code before it can run. So start coding and see what happens.
5th Aug 2017, 7:00 PM
sneeze
sneeze - avatar