网上购物 货比三家
您现在的位置:快乐比价网 > 图书 > 计算机与网络 > 程序设计 > 商品详情

Essential C# 2.0(英文影印版)

分享到:
Essential C# 2.0(英文影印版)

最 低 价:¥23.80

定 价:¥95.00

作 者:(美)Mark Michaelis

出 版 社:人民邮电出版社

出版时间:2007 年12月

I S B N:9787115166876

价格
23.80元
价格
23.80元
价格
33.30元
价格
71.25元
价格
72.20元
价格
72.20元
价格
86.60元

商品详情

编辑推荐

内容简介

本书以大量实例,详尽地阐述了c# 2.0的核心特性,指导方针和最佳实践。书中代码采用了专门的格式,并采用 “知识地图”的形式概括出每一章的主要内容。
  本书全面讲解了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 
.2 data types 
 fundamental numeric types 
  integer types 
  floating-point types (float, double) 
  decimal type 
  literal values 
 more fundamental types 
  boolean type (bool) 
  character type (char) 
  strings 
 null and void 
  null
  the void nontype 
 categories of types 
  value types 
  reference types 
 nullable modifier 
 conversions between data types 
  explicit cast 
  implicit cast 
  type conversion without casting 
 arrays 
  declaring an array 
  instantiating and assigning arrays 
  using an array 
  strings as arrays 
  common errors 
3 operators and control flow 
 operators 
  plus and minus unary operators (+, -) 
  arithmetic binary operators (+, -, *, /, %) 
  parenthesis operator 
  assignment operators (+=, -=, *=, /=, %=) 
  increment and decrement operators (++, --) 
  constant expressions (const) 
 introducing flow control 
  if statement 
  nested if 
 code blocks ({}) 
 scope 
 boolean expressions 
  relational and equality operators 
  logical boolean operators 
  logical negation operator (!) 
  conditional operator (?) 
 bitwise operators ( , ,

商品评论(0条)

暂无评论!

您的浏览历史

loading 内容加载中,请稍后...