Wiki

Changes between Initial Version and Version 1 of CommonLanguageRuntime

Show
Ignore:
Timestamp:
05/04/10 08:48:44 (15 years ago)
Author:
Chuck
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CommonLanguageRuntime

    v1 v1  
     1The "Common Language Runtime" is also known as the "CLR". It defines an execution environment for programs. The best known implementations are DotNet and NovellMono. Because there are at least two viable implementations usable on real-world projects, the term "CLR" or "Common Language Runtime" is often used in place of writing ".NET". 
     2 
     3External references: 
     4 
     5 * http://en.wikipedia.org/wiki/Common_Language_Runtime 
     6 * http://msdn.microsoft.com/en-us/library/cc265151(VS.95).aspx 
     7 * http://msdn.microsoft.com/en-us/library/8bs2ecf4(VS.71).aspx