毕业论文

打赏
当前位置: 毕业论文 > 外文文献翻译 >

C#语言英文参考文献和中文翻译(2)

时间:2019-09-25 20:30来源:毕业论文
C# is a strongly typed object-oriented language whose code visually resembles C++ (and Java). This decision by the C# language designers allows C++ developers to easily leverage their knowledge to qui


C# is a strongly typed object-oriented language whose code visually resembles C++ (and Java). This decision by the C# language designers allows C++ developers to easily leverage their knowledge to quickly become productive in C#. C# syntax differs from C++ in some ways, but most of the differences between these languages are semantic and behavioral, stemming from differences in the runtime environments in which they execute.
C# source code compiles into managed code. As with just about anything in engineering, this technique comes with its pros and cons. It may seem that an obvious con is the inefficiency of compiling the code at run time. This process is different from interpreting, which is typically used by scripting languages such as Perl and JScript. The JIT compiler doesn’t compile a function or method each and every time it’s called; it does so only the first time, and when it does, it produces machine code native to the platform on which it’s running. An obvious pro of JIT compiling is that the working set of the application is reduced, because the memory footprint of intermediate code is smaller. For example, the CLR may determine a way to reduce page faults in the memory manager by rearranging compiled code in memory, and it could do all this at run time. Once you weigh all the pros together, you find that they outweigh the cons for most applications.
B.原文的翻译
C#语言
Visual C# .NET (C#)对于熟悉任何一种面向对象语言的人来说,学习起来是比较容易的。甚至对于熟悉Visual Basic6.0,同时又在寻找一种面向对象的语言的人来说,也会发现C#容易上手。然而,尽管C#,再加上.NET框架,用于创建简单的应用程序提供了一个快速的路径,但你仍然需要大量的信息,而且必须懂得如何正确地使用它,以制作精良,功能强大,容错的C#应用程序。在加强版的C# 2008中教你什么你需要知道并解释如何最好地利用你的知识,使您可以快速开发真正的C#的专业知识。论文网
成语和设计模式的开发和应用是无价的专业知识,我向您展示如何使用他们创建的应用程序是有效的,鲁棒性,容错,和异常安全。虽然C++和Java程序员对这些模式都熟悉,有些是独一无二的 C#语言英文参考文献和中文翻译(2):http://www.youerw.com/fanyi/lunwen_39836.html
------分隔线----------------------------
推荐内容