Common Language Infrastructure: Difference between revisions

Content deleted Content added
Kwaku (talk | contribs)
mNo edit summary
Kwaku (talk | contribs)
Added not on Visual Basic and C++
Line 1:
The common language infrastructure is used in the [[Microsoft]] .NET initiative as the basis for running programs written in different [[programming language | programming languages]]. ItBefore uses athis [[virtualVisual machineBasic]] andfor example has required a classcomponent library<i>VBRUN</i> (Commonand languageVisual runtime)C++ uses <i>MSVCRT</i> for the compiled programs to run. ThereThe arecommon manylanguage compilersinfrastructure beeingis developedan whicheffort produceto codeunify forthe thisdifferent virtualruntime machinemodules needed.
 
 
 
It uses a [[virtual machine]] and a class library [Common Language Runtime]. There are many compilers beeing developed which produce code for this virtual machine.