Encyclopedia > MSIL

  Article Content

Common Language Infrastructure

Redirected from MSIL

The Common Language Infrastructure is used in the Microsoft .NET initiative as the basis for running programs written in different programming languages. Before this Visual Basic for example has required a component VBRUN and Visual C++ uses MSVCRT for the compiled programs to run. The common language infrastructure is an effort to unify the different runtime modules needed.

It uses a virtual machine and a class library Common Language Runtime. (see Microsoft site [1] (http://www.microsoft.com/partner/products/microsoftnet/CLRTechPage.asp)). There are many compilers being developed which produce code for this virtual machine. The code it executes is called Common Intermediate Language (CIL) or Microsoft Intermediate Language (MSIL).

It seems that in the future there will be at least two major virtual machine technologies competing (see Java virtual machine)



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
242

... - 4th century Decades: 190s 200s 210s 220s 230s - 240s - 250s 260s 270s 280s 290s Years: 237 238 239 240 241 - 242 - 243 244 245 246 247 Events Patriarch Titus[?] ...

 
 
 
This page was created in 26.5 ms