Difference between revisions of "CSharp"
From Teknologisk videncenter
(Created page with " == Links == *[http://msdn.microsoft.com/en-us/vstudio/hh341490 Microsoft C# Learning Resources]") |
|||
| Line 1: | Line 1: | ||
| − | + | C# is an extension of C and C++ developed by Microsoft, which shares many of the aims and techniques of its Object Oriented cousin Java. | |
== Links == | == Links == | ||
*[http://msdn.microsoft.com/en-us/vstudio/hh341490 Microsoft C# Learning Resources] | *[http://msdn.microsoft.com/en-us/vstudio/hh341490 Microsoft C# Learning Resources] | ||
| + | *[http://msdn.microsoft.com/en-us/vstudio/default More C# resources from Microsoft] | ||
Revision as of 13:12, 11 January 2012
C# is an extension of C and C++ developed by Microsoft, which shares many of the aims and techniques of its Object Oriented cousin Java.