Essential C# 2.0(英文影印版)
基本信息
- 原书名: Essential C# 2.0
- 原出版社: Addison-Wesley Professional
内容简介回到顶部↑
本书以大量实例,详尽地阐述了c# 2.0的核心特性,指导方针和最佳实践。书中代码采用了专门的格式,并采用 “知识地图”的形式概括出每一章的主要内容。
本书全面讲解了c#语言,读者从中能够学到:c#基本数据类型、值类型、引用类型、类型转换和数组;运算符、控制流、循环、条件逻辑和顺序编程;方法、参数、异常处理和结构化编程;类、遗传、结构接口和面向对象编程;结构良好的类型、运算符重载、命名空间和垃圾回收;泛型、集合和迭代子;映射、属性和声明性编程;线程、同步和多线程模式;互操作性和不安全代码;c#通用语言基础结构(cli)。
本书内容全面系统,并经过精心编排,相信无论是初学编程的新手、有其他语言编程经验的开发者或是专业c#程序员,阅读本书都将受益匪浅。
本书全面讲解了c#语言,读者从中能够学到:c#基本数据类型、值类型、引用类型、类型转换和数组;运算符、控制流、循环、条件逻辑和顺序编程;方法、参数、异常处理和结构化编程;类、遗传、结构接口和面向对象编程;结构良好的类型、运算符重载、命名空间和垃圾回收;泛型、集合和迭代子;映射、属性和声明性编程;线程、同步和多线程模式;互操作性和不安全代码;c#通用语言基础结构(cli)。
本书内容全面系统,并经过精心编排,相信无论是初学编程的新手、有其他语言编程经验的开发者或是专业c#程序员,阅读本书都将受益匪浅。
作译者回到顶部↑
本书提供作译者介绍
Mark Michaelis is an enterprise software architect at Itron Corporation and a trainer for Pluralsight. Mark holds a B.A. in philosophy from the University of Illinois and an M.S. in computer science from the Illinois Institute of Technology. He is a Microsoft MVP for the Visual Studio Team System, and he serves on several Microsoft software design review teams, including C# and VSTS. Mark speaks at developer conferences, both nationally and inter.. << 查看详细
目录回到顶部↑
1 introducing c#
hello, world
compiling and running the application
managed execution and the common language infrastructure
c# syntax fundamentals
c# keywords
type definition
main
statements and statement delimiters
whitespace
working with variables
data types
declaring a variable
assigning a variable
using a variable
console input and output
getting input from the console
writing output to the console
comments
common intermediate language and ildasm
hello, world
compiling and running the application
managed execution and the common language infrastructure
c# syntax fundamentals
c# keywords
type definition
main
statements and statement delimiters
whitespace
working with variables
data types
declaring a variable
assigning a variable
using a variable
console input and output
getting input from the console
writing output to the console
comments
common intermediate language and ildasm








点击看大图



加载中...

