c sharp程序员参考手册
??C#是一种简单、现代、面向对象和类型安全的编程言语,由C和C++发展而来。C#(发音为“C霎普”)牢固地植根于C和C++言语族谱中,并且会很快被C和C++程序员所理解。C#的方案在于把VisualBasic的高生产力和C++自身的才能结合起来。C#作为MicrosoftVisualStudio7.0的一部分提供给用户。除了C#以外,VisualStudio还支持VisualBasic、VisualC++和描述言语VBScript和Jscript。所有这些言语都提供对Microsoft.NET方式的访问才能,它包括一个通用的履行引擎和一个丰厚的类库。Microsoft.NET方式定义了一个“通用言语子集”(CLS),是一种混合言语,它可以增强CLS兼容言语和类库间的无缝协同办公才能。关于C#开发者,这意味着既是C#是一种新的言语,它现已可以对用老牌工具如VisualBasic和VisualC++使用的丰厚类库进行完全访问。C#自个并没有包括一个类库。(??C# is a simple, modern, object-oriented and type-safe programming language developed from C and C. C# (pronounced "C snap") is firmly rooted in the C and C language family tree, and will be quickly understood by C and C programmers. The C# solution is to combine the high productivity of Visual Basic with the talents of C itself. C# is provided to users as part of MicrosoftVisualStudio7.0. In addition to C#, VisualStudio also supports VisualBasic, VisualC and the description languages ??VBScript and Jscript. All these languages ??provide access to the Microsoft.NET mode, which includes a common execution engine and a rich class library. The Microsoft.NET approach defines a "Common Language Subset" (CLS), a hybrid language that enhances seamless collaboration between CLS-compatible languages ??and class libraries. For C# developers, this means that while C# is a new language, it now has full access to rich class libraries used with legacy tools like VisualBasic and VisualC. C# itself does not include a class library.)
页:
[1]