CSharp Language Specification(English)最新英文版的C#语言规范,微软在创造C#语言时对其的定义解释,是学习C#最权威的资料。下面是文档中对于C#的一段解释:
C# (pronounced "SeeSharp") is a simple, modern, object-oriented,and type-safe programming language. C# has its roots in the C family of languages and will beimmediately familiar to C, C++,and Java programmers. C# is standardized by ECMA International as theECMA-334 standard and by ISO/IEC as theISO/IEC 23270 standard.
Microsoft's C# compiler for the.NET Framework is a conforming implementation of both of thesestandards.
1