|
|
.NET compilation demystified |
|
|
CNET Networks, Inc |
|
|
ASP.NET / Miscellaneous |
|
|
Click to Visit |
|
|
19 |
|
.NET compilation demystified is an ASP.NET tutorial which gives you details about the compilation process of the .NET languages. When you compile the .NET application it is converted into the Microsoft Intermediate Langage(MSIL). The author shows this process with a diagram. The author also explains how MSIL is converted into the machine code using the Just-in-Time compiler. This tutorial lists you the activities of the JIT compiler.
|