The CLR (Common Language Runtime)
2 sectionsRapid overview
The CLR (Common Language Runtime)
TL;DR
The CLR is the virtual machine that runs .NET code. The C# compiler does not produce machine code: it produces IL (Intermediate Language, also called CIL or MSIL) plus metadata describing every type and member, packaged in an assembly (.dll…
Read →How it works
Q: What is the CLR?
Read →