
Beginning Visual C# 2010
文章平均质量分 85
zyszd924
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Chapter 2 - Writing a C# Program
Recap 1. What Are the Basic Tool Windows of Visual Studio? 1.1 The Solution Explorer And Class View These 2 windows show the files that make up the projects of the entire solution. Double clicking原创 2012-10-21 19:37:46 · 320 阅读 · 0 评论 -
Chapter 1 - Introducing .NET and C#
Recap 1. What is .NET Framework? The .NET Framework is a revolutionary platform created by Microsoft for developing various types of applications, over different operating systems (primarily Windows原创 2012-10-19 13:59:49 · 309 阅读 · 0 评论 -
Chapter 5 - More About Variables
1. Why need Type Conversion? Different variables represent data using varying schemes. Thus, it might not be the expected result if the sequence of bits were directly mapped from one value to another原创 2012-11-18 18:45:52 · 367 阅读 · 0 评论 -
Chapter 3 - Variables and Expressions
Recap 1. What do computer programs basically do? Suffice it to say that a computer program consists of a series of operations that manipulate data. 2. What do computer programs basically need?原创 2012-10-30 19:21:49 · 383 阅读 · 0 评论 -
Chapter 4 - Flow Control
1. Why control program flow? Computer program will be limited in what to do if program executes in pure top-down order. Things get better if code can be executed conditionally and repeatedly. 2.原创 2012-11-14 06:45:00 · 415 阅读 · 0 评论