C Sharp: Difference between revisions

11 bytes removed ,  14 years ago
m
Killing "PlusPlus"
[unchecked revision][unchecked revision]
(+About the article name)
m (Killing "PlusPlus")
Line 3:
{{Stub}}
 
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 ==
57

edits