Thinking in C#

2016-01-29 12:39 10 1 收藏

Thinking in C#,Thinking in C#

【 tulaoshi.com - ASP.NET 】

About program language such as C++, C#, Java and Delphi, how to choose a good one for a freshman ?
This view has pointed by many people here and different person have different ideas.
In my opnion, , C# is the first choose for anyone. Why? Because it's different from any other language. C# comes from C++ and Java in some extend views. So it's obviouse for C# that it have the two important advantages of C++ and Java. It's easy to learn and use for anybody. Furthermore, C# is the first and only tool for .NET Frameworks. And .Net means the future of the world. So I am certain to use C# and recommand it for others.
Please take your eyes to C# and accept it suprise result to you in the following days. And I am glad to have a good communications with my fellows. And I will post my thoughts about C# and my soft life in the future. I love C#.

Thank you.2005/1/28

来源:https://www.tulaoshi.com/n/20160129/1487053.html

延伸阅读
1。3 类型 c#支持两种基本的类型:一种是值(value types),一种是引用(reference types)。值包括简单类型 (char、int、和float),枚举(enum)和结构(struct)。引用包括类(class),界面(interface), 代表(delegate)和数组阵列(array)。值与引用不同之处在于:值直接存储它的数据内容;而引用存储对象 的引用。是不是粉费解...
终于来到第二章了,真是不容易(呵呵,大家少安毋躁)。 这章总的来说就是对C#的一个总体的概述。首先通过对以往的编程语言(汇编,C/C++,java,vb)的回顾,强调这些语言与C#的联系及C#对这些语言优秀特性的继承,试图在其中打到C#的影子。然后对现在市面上流行的编程语言与C#进行比较,从而突出C#做为新一代的编程语言的重要性及优越性。之...
各位贵安了!(先别骂我)最近刚开学,所以事情就多了点,上网的时间也不多,所以一直这个文章的下一篇也没出来。能得到大家的抬爱,本人甚是感激!对于C#的学习我也是刚刚入门,有什么不对的地方,敬请指教!好了,闲言少叙,进入正题。 第一章。万事开头难,什么事,都得从第一步开始。这一章主要是对.NET的一个概述,使我们对.NET有个概...
数组是一种数据结构,其声明方式如下: type[] arrayName; 数组具有以下属性:     1.数组可以是一维、多维或交错的。     2.数值数组元素的默认值设置为零,而引用元素的默认值设置为 null。     3.交错数组是数组的数组,因此,它的元素是引用类型,初始化为 null。     ...
1。7 语句(Statements) c#借用了c/c++大多数的语句方法,不过仍然有些值得注意的地方。还有些地方是有所改动的。 在这里,我只提一些c#特有的东东。 1。7。10 “foreach”语句 “foreach”语句列举一个集合内的所有元素,并对这些元素执行一系列的操作。还是看看例子吧:*/ using System; using System.Collections; class Test { ...

经验教程

433

收藏

44

精华推荐

Beginner with c# 4

Beginner with c# 4

利琴a

Beginner with c# 6

Beginner with c# 6

宝来安安

C#书写规范

C#书写规范

国刃金刚石工具

微博分享 QQ分享 QQ空间 手机页面 收藏网站 回到头部