Showing posts with label MSIL. Show all posts
Showing posts with label MSIL. Show all posts

Wednesday, December 15, 2010

Microsoft Intermediate Language(MSIL)

A .net compatible language's source code compiles into an intermediate language(IL) code called as microsoft intermediate language(MSIL). MSIL code then send to CLR(Comman language run time) that converts the code to machine language which is then run on host machine.