Illustrated C# 2012, 4/e (Paperback)

Daniel Solis

  • 出版商: Apress
  • 出版日期: 2012-07-12
  • 售價: $2,220
  • 貴賓價: 9.5$2,109
  • 語言: 英文
  • 頁數: 764
  • 裝訂: Paperback
  • ISBN: 1430242787
  • ISBN-13: 9781430242789
  • 相關分類: C#
  • 無法訂購

買這商品的人也買了...

商品描述

This book presents the C# 5.0 language in a uniquely succinct and visual format. Often in programming books, the information can be hidden in a vast sea of words. As a programmer who has over the years used a dozen programming languages, the author understands it can sometimes be difficult to slog through another 1,000-page book of dense text to learn a new language. There are likely many other programmers who feel the same way. To address this situation, this book explains C# 5.0 using figures; short, focused code samples; and clear, concise explanations.

Figures are of prime importance in this book. While teaching programming seminars, Daniel Solis found that he could almost watch the light bulbs going on over the students’ heads as he drew the figures on the whiteboard. In this text, he has distilled each important concept into simple but accurate illustrations. The visual presentation of the content will give you an understanding of C# that’s not possible with text alone.

For something as intricate and precise as a programming language, however, there must be text as well as figures. But rather than long, wordy explanations, Solis has used short, concise descriptions and bulleted lists to make each important piece of information visually distinct.

By the end of this book, you’ll have a thorough working knowledge of all aspects of the C# language, whether you’re a novice programmer or a seasoned veteran of other languages. If you want a long, leisurely, verbose explanation of the language, this is not the book for you. But if you want a concise, thorough, visual presentation of C# 5.0, this is just what you’re looking for.

What you’ll learn

  • Details of the C# 5.0 language presented in a clear, concise treatment
  • New features in the latest version of .NET, version 4.5, in the author’s unique visual style
  • How C# differs from and is similar to other programming languages, aiding migrating C++ and VB programmers who already know how languages work

Who this book is for

  • Visual Basic programmers interested in moving to C#
  • C++ programmers interested in moving to C#
  • Novice programmers interested in learning C#
  • Students in introductory programming classes learning C#

Table of Contents

  1. C# and the .NET Framework
  2. Overview of C# Programming
  3. Types, Storage, and Variables
  4. Classes: The Basics
  5. Methods
  6. More About Classes
  7. Classes and Inheritance
  8. Expressions and Operators
  9. Statements
  10. Structs
  11. Enumerations
  12. Arrays
  13. Delegates
  14. Events
  15. Interfaces
  16. Conversions
  17. Generics
  18. Enumerators and Iterators
  19. Introduction to LINQ
  20. Introduction to Asynchronous Programming
  21. Namespaces and Assemblies
  22. Exceptions
  23. Preprocessor Directives
  24. Reflection and Attributes
  25. Other Topics