分类:编程开发
语言:简体中文
大小:未知
发布时间:12-08-26
目录:
Introduction............................................................................................ 1Part I: C# Fundamentals1 Type Fundamentals................................................................................. 72 Creating Versatile Types ........................................................................ 273 General Coding .................................................................................... 454 Exceptions ........................................................................................... 635 Numbers.............................................................................................. 776 Enumerations....................................................................................... 997 Strings............................................................................................... 1098 Regular Expressions ........................................................................... 1319 Generics ............................................................................................ 139Part II: Handling Data10 Collections......................................................................................... 15511 Files and Serialization......................................................................... 17712 Networking and the Web ..................................................................... 20113 Databases ......................................................................................... 23714 XML................................................................................................... 261Part III: User Interaction15 Delegates, Events, and Anonymous Methods........................................ 27916 Windows Forms .................................................................................. 29517 Graphics with Windows Forms and GDI+ .............................................. 32918 WPF................................................................................................... 36519 ASP.NET ............................................................................................ 40120 Silverlight........................................................................................... 443Part IV: Advanced C#21 LINQ.................................................................................................. 46122 Memory Management ......................................................................... 47323 Threads, Asynchronous, and Parallel Programming................................ 49124 Reflection and Creating Plugins ........................................................... 51925 Application Patterns and Tips .............................................................. 52926 Interacting with the OS and Hardware .................................................. 57527 Fun Stuff and Loose Ends................................................................... 597A Essential Tools................................................................................... 621Index ................................................................................................. 633 内容简介:本书是一本c#编程方面的优秀教材,以c# 4规范为标准,全面介绍了c#编程的原理和方法。本书前两章简要介绍了visual c#的特性、发展历史以及使用方法,随后以一个简单的c#程序带领读者涉足编程。接着,给出了c#中的类、对象、方法等概念。后续内容主要涉及c#中的几种控制语句、方法的使用、数组、linq、类与对象、继承、多态、接口、运算符重载、异常处理、gui、字符串和字符处理、文件和流操作、数据库、asp.net、搜索与排序、数据结构、泛型、集合等。全书以几个大型的编程案例贯穿各章,保持了知识点的连贯性。 C# 4.0 教程适合作为高等院校相关专业的编程语言教材,也适合软件设计人员学习c#编程。内容截图:
...