Tuesday 4 March 2014

How C# is executed?



C # is executed when converted into a language understood by target operating system.This code is called native code.This compilation is a two stage process.When code using .net framework is compiled first,it is converted into (microsoft intermediate language code)MSIL.This comiplation is done by VS.Just In Time compiler compiles MSIL into native code.Here MSIL is independent of machine,OS,CPU.

No comments:

Post a Comment