What people are saying about C# 4.0 in a Nutshell
"C# 4.0 in a Nutshell is one of the few books I keep on my desk as a quick reference. It is a book I recommend."--Scott Guthrie, Corporate Vice President, .NET Developer Platform, Microsoft Corporation
"A must-read for a concise but thorough examination of the parallel programming features in the .NET Framework 4."--Stephen Toub, Parallel Computing Platform Program Manager, Microsoft
"This wonderful book is a great reference for developers of all levels."-- Chris Burrows, C# Compiler Team, Microsoft
When you have questions about how to use C# 4.0 or the .NET CLR, this highly acclaimed bestseller has precisely the answers you need. Uniquely organized around concepts and use cases, this fourth edition includes in-depth coverage of new C# topics such as parallel programming, code contracts, dynamic programming, security, and COM interoperability. You'll also find updated information on LINQ, including examples that work with both LINQ to SQL and Entity Framework. This book has all the essential details to keep you on track with C# 4.0.
- Get up to speed on C# language basics, including syntax, types, and variables
- Explore advanced topics such as unsafe code and preprocessor directives
- Learn C# 4.0 features such as dynamic binding, type parameter variance, and optional and named parameters
- Work with .NET 4's rich set of features for parallel programming, code contracts, and the code security model
- Learn .NET topics, including XML, collections, I/O and networking, memory management, reflection, attributes, security, and native interoperability
Table of Contents
-
Chapter 1 Introducing C# and the .NET Framework
-
Object Orientation
-
Type Safety
-
Memory Management
-
Platform Support
-
C#’s Relationship with the CLR
-
The CLR and .NET Framework
-
What’s New in C# 4.0
-
-
Chapter 2 C# Language Basics
-
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
-
-
Chapter 3 Creating Types in C#
-
Classes
-
Inheritance
-
The object Type
-
Structs
-
Access Modifiers
-
Interfaces
-
Enums
-
Nested Types
-
Generics
-
-
Chapter 4 Advanced C#
-
Delegates
-
Events
-
Lambda Expressions
-
Anonymous Methods
-
try Statements and Exceptions
-
Enumeration and Iterators
-
Nullable Types
-
Operator Overloading
-
Extension Methods
-
Anonymous Types
-
Dynamic Binding
-
Attributes
-
Unsafe Code and Pointers
-
Preprocessor Directives
-
XML Documentation
-
-
Chapter 5 Framework Overview
-
The CLR and Core Framework
-
Applied Technologies
-
-
Chapter 6 Framework Fundamentals
-
String and Text Handling
-
Dates and Times
-
Dates and Time Zones
-
Formatting and Parsing
-
Standard Format Strings and Parsing Flags
-
Other Conversion Mechanisms
-
Globalization
-
Working with Numbers
-
Enums
-
Tuples
-
The Guid Struct
-
Equality Comparison
-
Order Comparison
-
Utility Classes
-
-
Chapter 7 Collections
-
Enumeration
-
The ICollection and IList Interfaces
-
The Array Class
-
Lists, Queues, Stacks, and Sets
-
Dictionaries
-
Customizable Collections and Proxies
-
Plugging in Equality and Order
-
-
Chapter 8 LINQ Queries
-
Getting Started
-
Fluent Syntax
-
Query Expressions
-
Deferred Execution
-
Subqueries
-
Composition Strategies
-
Projection Strategies
-
Interpreted Queries
-
LINQ to SQL and Entity Framework
-
Building Query Expressions
-
-
Chapter 9 LINQ Operators
-
Overview
-
Filtering
-
Projecting
-
Joining
-
Ordering
-
Grouping
-
Set Operators
-
The Zip Operator
-
Conversion Methods
-
Element Operators
-
Aggregation Methods
-
Quantifiers
-
Generation Methods
-
-
Chapter 10 LINQ to XML
-
Architectural Overview
-
X-DOM Overview
-
Instantiating an X-DOM
-
Navigating and Querying
-
Updating an X-DOM
-
Working with Values
-
Documents and Declarations
-
Names and Namespaces
-
Annotations
-
Projecting into an X-DOM
-
-
Chapter 11 Other XML Technologies
-
XmlReader
-
XmlWriter
-
Patterns for Using XmlReader/XmlWriter
-
XmlDocument
-
XPath
-
XSD and Schema Validation
-
XSLT
-
-
Chapter 12 Disposal and Garbage Collection
-
IDisposable, Dispose, and Close
-
Automatic Garbage Collection
-
Finalizers
-
How the Garbage Collector Works
-
Managed Memory Leaks
-
Weak References
-
-
Chapter 13 Diagnostics and Code Contracts
-
Conditional Compilation
-
Debug and Trace Classes
-
Code Contracts Overview
-
Preconditions
-
Postconditions
-
Assertions and Object Invariants
-
Contracts on Interfaces and Abstract Methods
-
Dealing with Contract Failure
-
Selectively Enforcing Contracts
-
Static Contract Checking
-
Debugger Integration
-
Processes and Process Threads
-
StackTrace and StackFrame
-
Windows Event Logs
-
Performance Counters
-
The Stopwatch Class
-
-
Chapter 14 Streams and I/O
-
Stream Architecture
-
Using Streams
-
Stream Adapters
-
File and Directory Operations
-
Memory-Mapped Files
-
Compression
-
Isolated Storage
-
-
Chapter 15 Networking
-
Network Architecture
-
Addresses and Ports
-
URIs
-
Request/Response Architecture
-
HTTP-Specific Support
-
Writing an HTTP Server
-
Using FTP
-
Using DNS
-
Sending Mail with SmtpClient
-
Using TCP
-
Receiving POP3 Mail with TCP
-
-
Chapter 16 Serialization
-
Serialization Concepts
-
The Data Contract Serializer
-
Data Contracts and Collections
-
Extending Data Contracts
-
The Binary Serializer
-
Binary Serialization Attributes
-
Binary Serialization with ISerializable
-
XML Serialization
-
-
Chapter 17 Assemblies
-
What’s in an Assembly?
-
Strong Names and Assembly Signing
-
Assembly Names
-
Authenticode Signing
-
The Global Assembly Cache
-
Resources and Satellite Assemblies
-
Resolving and Loading Assemblies
-
Deploying Assemblies Outside the Base Folder
-
Packing a Single-File Executable
-
Working with Unreferenced Assemblies
-
-
Chapter 18 Reflection and Metadata
-
Reflecting and Activating Types
-
Reflecting and Invoking Members
-
Reflecting Assemblies
-
Working with Attributes
-
Dynamic Code Generation
-
Emitting Assemblies and Types
-
Emitting Type Members
-
Emitting Generic Methods and Types
-
Awkward Emission Targets
-
Parsing IL
-
-
Chapter 19 Dynamic Programming
-
The Dynamic Language Runtime
-
Numeric Type Unification
-
Dynamic Member Overload Resolution
-
Implementing Dynamic Objects
-
Interoperating with Dynamic Languages
-
-
Chapter 20 Security
-
Permissions
-
Code Access Security (CAS)
-
Allowing Partially Trusted Callers
-
The Transparency Model in CLR 4.0
-
Sandboxing Another Assembly
-
Operating System Security
-
Identity and Role Security
-
Cryptography Overview
-
Windows Data Protection
-
Hashing
-
Symmetric Encryption
-
Public Key Encryption and Signing
-
-
Chapter 21 Threading
-
Threading’s Uses and Misuses
-
Getting Started
-
Thread Pooling
-
Synchronization
-
Locking
-
Thread Safety
-
Nonblocking Synchronization
-
Signaling with Event Wait Handles
-
Signaling with Wait and Pulse
-
The Barrier Class
-
The Event-Based Asynchronous Pattern
-
BackgroundWorker
-
Interrupt and Abort
-
Safe Cancellation
-
Lazy Initialization
-
Thread-Local Storage
-
Reader/Writer Locks
-
Timers
-
-
Chapter 22 Parallel Programming
-
Why PFX?
-
PLINQ
-
The Parallel Class
-
Task Parallelism
-
Working with AggregateException
-
Concurrent Collections
-
SpinLock and SpinWait
-
-
Chapter 23 Asynchronous Methods
-
Why Asynchronous Methods Exist
-
Asynchronous Method Signatures
-
Asynchronous Methods Versus Asynchronous Delegates
-
Using Asynchronous Methods
-
Asynchronous Methods and Tasks
-
Writing Asynchronous Methods
-
Fake Asynchronous Methods
-
Alternatives to Asynchronous Methods
-
-
Chapter 24 Application Domains
-
Application Domain Architecture
-
Creating and Destroying Application Domains
-
Using Multiple Application Domains
-
Using DoCallBack
-
Monitoring Application Domains
-
Domains and Threads
-
Sharing Data Between Domains
-
-
Chapter 25 Native and COM Interoperability
-
Calling into Native DLLs
-
Type Marshaling
-
Callbacks from Unmanaged Code
-
Simulating a C Union
-
Shared Memory
-
Mapping a Struct to Unmanaged Memory
-
COM Interoperability
-
Calling a COM Component from C#
-
Embedding Interop Types
-
Primary Interop Assemblies
-
Exposing C# Objects to COM
-
-
Chapter 26 Regular Expressions
-
Regular Expression Basics
-
Quantifiers
-
Zero-Width Assertions
-
Groups
-
Replacing and Splitting Text
-
Cookbook Regular Expressions
-
Regular Expressions Language Reference
-
-
Appendix C# Keywords
-
Colophon

Download More: http://download.nguyenlong-computer.com/
0 comments
Post a Comment