[Home]History of Common Language Infrastructure

HomePage | Recent Changes | Preferences

Revision 14 . . (edit) December 19, 2001 5:08 pm by Joakim Ziegler [Make .NET a link]
Revision 13 . . (edit) December 19, 2001 5:00 pm by Hannes Hirzel
Revision 12 . . December 19, 2001 4:58 pm by Hannes Hirzel [Added 'Microsoft Intermeditate Language']
Revision 11 . . November 27, 2001 12:17 am by Kwaku [Mention CIL code]
Revision 10 . . November 26, 2001 7:47 pm by Kwaku
Revision 9 . . November 26, 2001 7:32 pm by Kwaku
Revision 8 . . (edit) November 26, 2001 7:30 pm by Kwaku
Revision 7 . . November 26, 2001 7:26 pm by Kwaku [Link to standards documents]
Revision 6 . . (edit) November 26, 2001 7:21 pm by Kwaku
Revision 5 . . November 26, 2001 7:21 pm by Kwaku [Added not on Visual Basic and C++]
Revision 4 . . (edit) November 26, 2001 9:47 am by Kwaku
Revision 3 . . (edit) November 26, 2001 9:35 am by Kwaku
Revision 2 . . (edit) November 26, 2001 9:24 am by Kwaku
Revision 1 . . November 26, 2001 9:18 am by Kwaku [Stub]
  

Difference (from prior major revision) (minor diff, author diff)

Changed: 1c1
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.
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.

Changed: 3c3
It uses a virtual machine and a class library [Common Language Runtime]?. (see Microsoft site [1]). There are many compilers beeing developed which produce code for this virtual machine. The code it executes is called Common Intermediate Language (CIL).
It uses a virtual machine and a class library [Common Language Runtime]?. (see Microsoft site [1]). There are many compilers beeing developed which produce code for this virtual machine. The code it executes is called Common Intermediate Language (CIL) or Microsoft Intermediate Language (MSIL).

HomePage | Recent Changes | Preferences
Search: