C Sharp: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
Cic (talk | contribs)
m CSharp moved to C Sharp: Better name
Cic (talk | contribs)
+About the article name
Line 1: Line 1:
<p style="margin-left:2em; font-size:smaller;">Please note that the correct title of this article is C#, however because of technical restrictions it's called "C Sharp".</p>

{{Stub}}
{{Stub}}


'''C#''' (or '''C Sharp''') is an object-oriented programming language developed by Microsoft and standardized by the ECMA and ISO. It's syntax is similar to [[C_PlusPlus|C++]], but with significant differences in functionality. It is a higher-level language than C++ or C, and therefore less suitable to be used to build a kernel. C# is build on top of [[Common Language Infrastructure]], therefore you need a thin CLI layer on top of pure hardware in order to use it or translate the CIL into native machine code.
C# is an object-oriented programming language developed by Microsoft and standardized by the ECMA and ISO. It's syntax is similar to [[C_PlusPlus|C++]], but with significant differences in functionality. It is a higher-level language than C++ or C, and therefore less suitable to be used to build a kernel. C# is build on top of [[Common Language Infrastructure]], therefore you need a thin CLI layer on top of pure hardware in order to use it or translate the CIL into native machine code.


== C# as a kernel language ==
== C# as a kernel language ==