Wiki

Changes between Version 3 and Version 4 of DotNet

Show
Ignore:
Timestamp:
02/12/11 05:27:11 (13 years ago)
Author:
Charles
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DotNet

    v3 v4  
    55 * [http://msdn.microsoft.com/en-us/magazine/ee428166.aspx "What’s New in the Base Class Libraries in .NET Framework 4"] 
    66 
     7== C# Compiler == 
     8 
     9On .NET, Cobra generates C# source code for various benefits. You can experiment with different C# compilers if you like: 
     10{{{ 
     11cobra -c -d -native-compiler:C:\Windows\Microsoft.NET\Framework\v3.5\csc.exe  foo.cobra 
     12}}} 
     13 
     14On a Windows 7 box, in 2011-02, a search for "csc.exe" yielded: 
     15{{{ 
     16C:\Microsoft.NET\Framework\v2.0.50727\csc.exe 
     17C:\Microsoft.NET\Framework\v3.5\csc.exe 
     18C:\Microsoft.NET\Framework\v4.0.30319\csc.exe 
     19C:\Microsoft.NET\Framework64\v2.0.50727\csc.exe 
     20C:\Microsoft.NET\Framework64\v3.5\csc.exe 
     21C:\Microsoft.NET\Framework64\v4.0.30319\csc.exe 
     22}}} 
     23 
    724== See also == 
    825