Wednesday, December 29, 2010 | |

How to Microsoft .Net Framework

During the runtime the Common Language Runtime (CLR)'s Just In Time (JIT) compiler converts the Microsoft Intermediate Language (MSIL) code into native code to the Operating System.
The native code is Operating System independent and this code is known as Managed Code , that is, the language's functionality is managed by the .NET Framework .
The Common Language Runtime (CLR) provides various Just In Time (JIT) compilers, and each works on a different architecture depends on Operating Systems, that means the same Microsoft Intermediate Language (MSIL) can be executed on different Operating Systems.
nIn the following section you can see how Common Language Runtime (CLR) functions .

0 comments:

Post a Comment