CLR (Runtime)
Common Language Runtime: IL, JIT tiers, PGO, AOT, MethodTables, generics, memory, safety
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…