基本信息
源码名称:Microsoft® Visual C#® 2010 Step by Step.pdf
源码大小:9.11M
文件格式:.pdf
开发语言:C#
更新时间:2020-08-13
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559

本次赞助数额为: 1 元 
   源码介绍
我学习的第一本C#书籍,英文原版,非常详实


Contents at a Glance
Part I Introducing Microsoft Visual C# and Microsoft
Visual Studio 2010
1 Welcome to C# . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
2 Working with Variables, Operators, and Expressions . . . . . . . . . 27
3 Writing Methods and Applying Scope . . . . . . . . . . . . . . . . . . . . . 47
4 Using Decision Statements . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 73
5 Using Compound Assignment and Iteration Statements . . . . . . 91
6 Managing Errors and Exceptions . . . . . . . . . . . . . . . . . . . . . . . . . 109
Part II Understanding the C# Language
7 Creating and Managing Classes and Objects............... 129
8 Understanding Values and References . . . . . . . . . . . . . . . . . . . . 151
9 Creating Value Types with Enumerations and Structures . . . . . 173
10 Using Arrays and Collections . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 191
11 Understanding Parameter Arrays . . . . . . . . . . . . . . . . . . . . . . . . . 219
12 Working with Inheritance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 231
13 Creating Interfaces and Defining Abstract Classes . . . . . . . . . . 253
14 Using Garbage Collection and Resource Management . . . . . . . 279
Part III Creating Components
15 Implementing Properties to Access Fields . . . . . . . . . . . . . . . . . 295
16 Using Indexers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 315
17 Interrupting Program Flow and Handling Events . . . . . . . . . . . 329
18 Introducing Generics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 353
19 Enumerating Collections . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 381
20 Querying In-Memory Data by Using Query Expressions . . . . . 395
21 Operator Overloading . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 419
iv Contents at a Glance
Part IV Building Windows Presentation Foundation
Applications
22 Introducing Windows Presentation Foundation . . . . . . . . . . . . 443
23 Gathering User Input . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 477
24 Performing Validation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 509
Part V Managing Data
25 Querying Information in a Database . . . . . . . . . . . . . . . . . . . . . . 535
26 Displaying and Editing Data by Using the Entity
Framework and Data Binding . . . . . . . . . . . . . . . . . . . . . . . . . . . . 565
Part VI Building Professional Solutions with
Visual Studio 2010
27 Introducing the Task Parallel Library . . . . . . . . . . . . . . . . . . . . . . 599
28 Performing Parallel Data Access . . . . . . . . . . . . . . . . . . . . . . . . . . 649
29 Creating and Using a Web Service . . . . . . . . . . . . . . . . . . . . . . . . 683
Appendix
Interoperating with Dynamic Languages . . . . . . . . . . . . . . . . . . 717