What is CLR (Common Language Runtime)?
CLR is a part of .NET Framework which manages the execution of several supported .NET languages, allo
CLR is a part of .NET Framework which manages the execution of several supported .NET languages, allo
Ngen.exe (Native Image Generator) is a tool that creates native images, which are files containing co
There are 3 types of JIT compiler in .NET: Normal JIT: It’s the Default or Standard JIT compile
Just in time compiler (JIT) compiles the code just before execution and saves the compiled code in me
IL (Intermediate Language) Code is CPU independent partially/half compiled code. Partially means this