Saturday, May 22, 2010

What are the levels to interpret a program in Visual C#.NET ??

and what does these consepts means ?? MSIS %26amp; JIT ??

What are the levels to interpret a program in Visual C#.NET ??
Msis should be MSIL (Microsoft Intermediate Language) this a feature in .net which allows programmers to write the programs, in VB.net or c# or visual j#, upon runtime all this code is converted to MSIL, from MSIL it goes thorugh a JIT (just in time compiler) this compiles your code into computer hardware code. This is the actual code that is run on your hardware, as it is electronic curcits that only understan binary (1's and 0's) the jit compliles the MSIL to this code.





The advantages of using .net, is that you have a choice of 3 programing language to write your .net application, it will be run them same on all machines.


No comments:

Post a Comment