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.)
m (Added Category)
Line 1: Line 1:
[[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>''
''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>''


Line 4: Line 6:


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


{{Programming Language}}
{{Programming Language}}

Revision as of 18:18, 25 January 2007


Due to technical limitations, the links C++ and C# point to the C programming language in many articles. To correct this issue, replace [[C++]] with [[C plus plus|C++]], and [[C#]] with [[C sharp|C#]]

C# is an 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 syntax based on 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++, fewer declarative requirements than Java).

Citations

Programming Language
This is a programming language. It may be used to instruct computers to accomplish a variety of tasks which may or may not be domain-specific.

Listed below are all of the tasks on Rosetta Code which have been solved using this programming language.