- Copyright 2013
- Dimensions: 7" x 9-1/8"
- Pages: 1728
- Edition: 1st
-
Book
- ISBN-10: 0-672-33690-1
- ISBN-13: 978-0-672-33690-4
Buy the print C# 5.0 Unleashed and get the eBook version for free! See inside the book for access code and details.
C# 5.0 Unleashed is for anyone who wants to learn the C# programming language in depth, understanding how language features truly work. While giving you those insights, you learn where and how to use the features to design various kinds of software. This book not only teaches the language’s capabilities, it also looks behind the scenes to build a solid foundation to aid you in understanding the .NET platform as a whole.
Bart De Smet offers exceptional insight into the features of both the language and Microsoft’s broader framework. He doesn’t just cover the “what” and “how” of effective C# programming: He explains the “why,” so you can consistently choose the right language and platform features, maximizing your efficiency and effectiveness.
The early chapters introduce the .NET platform, the tooling ecosystem, and the C# programming language, followed by in-depth coverage of the C# programming language itself, with immediate application of language features. The last chapters give an overview of the .NET Framework libraries about which every good developer on the platform should know.
- Understand the .NET platform: its language support, libraries, tools, and more
- Learn where C# fits, how it has evolved, and where it’s headed
- Master essential language features including expressions, operators, types, objects, and methods
- Efficiently manage exceptions and resources
- Write more effective C# object-oriented code
- Make the most of generics, collections, delegates, reflection, and other advanced language features
- Use LINQ to express queries for any form of data
- Master dynamic programming techniques built on .NET’s Dynamic Language Runtime (DLR)
- Work with namespaces, assemblies, and application domains
- Write more efficient code using threading, synchronization, and advanced parallel programming techniques
- Leverage the Base Class Library (BCL) to quickly perform many common tasks
- Instrument, diagnose, test, and troubleshoot your C# code
- Understand how to use the new C# 5.0 asynchronous programming features
- Leverage interoperability with Windows Runtime to build Windows 8 applications
Downloads
Download free example files from C# 5.0 Unleashed here
Online Sample Chapter
Getting Started with .NET Development Using C#
Sample Pages
Download the sample pages (includes Chapter 3 and Index)
Table of Contents
-
Introduction
-
1 Introducing the NET Platform
-
2 Introducing the C# Programming Language
-
3 Getting Started with NET Development Using C#
-
4 Language Essentials
-
5 Expressions and Operators
-
6 A Primer on Types and Objects
-
7 Simple Control Flow
-
8 Basics of Exceptions and Resource Management
-
9 Introducing Types
-
10 Methods
-
11 Fields, Properties, and Indexers
-
12 Constructors and Finalizers
-
13 Operator Overloading and Conversions
-
14 Object-Oriented Programming
-
15 Generic Types and Methods
-
16 Collection Types
-
17 Delegates
-
18 Events
- 19 Language Integrated Query Essentials
-
20 Language Integrated Query Internals
-
21 Reflection
-
22 Dynamic Programming
-
23 Exceptions
-
24 Namespaces
-
25 Assemblies and Application Domains
-
26 Base Class Library Essentials
-
27 Diagnostics and Instrumentation
-
28 Working with I/O
-
29 Threading and Synchronization
-
30 Task Parallelism and Data Parallelism
-
31 Asynchronous Programming
-
32 Introduction to Windows Runtime
-
Index