|
游客,本帖隐藏的内容需要积分高于 1 才可浏览,您当前积分为 0
资源信息:
中文名: C#4.0袖珍参考手册 (第3版)
原名: C# 4.0 Pocket Reference: Instant Help for C# 4.0 Programmers
作者: Joseph Albahari
Ben Albahari
图书分类: 软件
资源格式: PDF
版本: 英文文字版
出版社: O'Reilly
书号: 978-1-4493-9401-1
发行时间: 2010年08月
地区: 美国
语言: 英文
概述:
内容介绍:
Written by the authors of the acclaimed C# 4.0 in a Nutshell (O’Reilly), this book covers the entire C# 4.0 language -- without skimping on the details -- including:
Features new to C# 4.0, such as dynamic binding, optional and named parameters, and type parameter variance
All of C#'s fundamentals
Advanced topics, including operator overloading, custom conversions, type constraints, covariance and contravariance, lambda expressions and closures, iterators, nullable types, and operator lifting
LINQ, starting with sequences, lazy execution, and standard query operators; finishing with a complete reference to query expressions
Unsafe code and pointers, custom attributes, preprocessor directives, and XML documentation
内容截图:
目录:
Using Code Examples
How to Contact Us
Safari® Books Online
A First C# Program
Syntax
Type Basics
Numeric Types
Boolean Type and Operators
Strings and Characters
Arrays
Variables and Parameters
Expressions and Operators
Statements
Namespaces
Classes
Inheritance
The object Type
Structs
Access Modifiers
Interfaces
Enums
Nested Types
Generics
Delegates
Events
Lambda Expressions
Anonymous Methods
try Statements and Exceptions
Enumeration and Iterators
Nullable Types
Operator Overloading
Extension Methods
Anonymous Types
LINQ
Dynamic Binding (C# 4.0)
Attributes
Unsafe Code and Pointers
Preprocessor Directives
XML Documentation
|