C sharp: Difference between revisions

From Rosetta Code
Content added Content deleted
(Added a small summary of the language [citation from Wikipedia] and a warning about the pound sign problem.)
(Redirected to category.)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
#REDIRECT [[:Category:C sharp]]
''Due to technical limitations, the links [[C plus plus|C++]] and [[C sharp|C#]] point to the [[C]] [[programming language]] in many articles. To correct this issue, replace <nowiki>[[C++]] with [[C plus plus|C++]], and [[C#]] with [[C sharp|C#]]</nowiki>''

'''C#''' is an [[object-oriented language|object-oriented programming language]] developed by Microsoft as part of their .NET initiative, and later approved as a standard by ECMA and ISO. C# has a procedural, [[object-oriented language|object-oriented]] syntax based on [[C plus plus|C++]] that includes aspects of several other programming languages (most notably [[Delphi]] and [[Java]]) with a particular emphasis on simplification (fewer symbolic requirements than [[C plus plus|C++]], fewer declarative requirements than [[Java]]).

==Citations==
* [http://en.wikipedia.org/wiki/C_sharp Wikipedia:C_sharp]

{{Programming Language}}

Latest revision as of 03:11, 6 February 2007

Redirect to: