EssentialC#20pdf下载pdf下载

EssentialC#20百度网盘pdf下载

作者:
简介:本篇主要提供EssentialC#20pdf下载
出版社:唐辉图书专营店
出版时间:2007-12
pdf下载价格:0.00¥

免费下载


书籍下载


内容介绍

   图书基本信息
图书名称 Essential C#2 0(英文版)
作者 Mark Michaelis
定价 95元
出版社 人民邮电出版社
ISBN 9787115166876
出版日期 2007-12-01
字数 1056000
页码 720
版次 1
装帧 精装
开本 16开
商品重量 0.001Kg

   内容简介
本书以大量实例,详尽地阐述了C# 2.0的核心特性,指导方针和佳实践。书中代码采用了专门的格式,并采用 “知识地图”的形式概括出每一章的主要内容。
  本书全面讲解了C#语言,读者从中能够学到:C#基本数据类型、值类型、引用类型、类型转换和数组;运算符、控制流、循环、条件逻辑和顺序编程;方法、参数、异常处理和结构化编程;类、遗传、结构接口和面向对象编程;结构良好的类型、运算符重载、命名空间和垃圾回收;泛型、集合和迭代子;映射、属性和声明性编程;线程、同步和多线程模式;互操作性和不安全代码;C#通用语言基础结构(CLI)。
  本书内容全面系统,并经过精心编排,相信无论是初学编程的新手、有其他语言编程经验的开发者或是专业C#程序员,阅读本书都将受益浅。

   作者简介

   目录
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 (

   编辑推荐

   文摘

   序言