買這商品的人也買了...
-
$1,850$1,758 -
$720$569 -
$650$514 -
$450$356 -
$505深入理解 C#, 3/e (C# in Depth, 3/e)
-
$207重構:改善既有代碼的設計 (簡中平裝版) (Refactoring: Improving The Design of Existing Code)
-
$450$356 -
$301代碼管理核心技術及實踐
-
$680$537 -
$474$450 -
$403快學熟用 D3 (D3.js for the Impatient)
-
$714$678 -
$880$695 -
$690$538 -
$980$774
相關主題
商品描述
It was while teaching numerous seminars on various programming languages that author Daniel Solis realized the immense power diagrams have in explaining programming language concepts. Most people learn quicker and retain information better when the material is presented in a clean, simple, visual format. And that approach is exactly what you’ll find in Illustrated C# 2010. Solis uses concise text, bulleted lists, and tables to clarify and summarize language features, as well as his renowned, ubiquitous figures and diagrams. Each language feature is illustrated with a concise and focused code sample for complete clarity. The result is a unique guide that will help you understand and get to work with C# fast.
In Illustrated C# 2010, you’ll receive an overview of the .NET platform and the role played by C#, and then you’ll move into exploring the C# language in its entirety, including all the new C# 2010 features right down to the most complex topics involved in C#. If you’re a C++ or VB programmer migrating to C# 2010, this book will be invaluable; the unique visual approach offers a far from lightweight treatment of C# 2010, so even the most experienced programmers will come away with a deeper understanding of the C# language.
What you’ll learn
- Details of the C# 2010 language presented in a clear, concise treatment
- New features in the latest version of .NET, 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
- C# and the .NET Framework
- Overview of C# Programming
- Types, Storage and Variables
- Classes: The Basics
- Methods
- More about Classes
- Classes and Inheritance
- Expressions and Operators
- Statements
- Namespaces and Assemblies
- Exceptions
- Structs
- Enumerations
- Arrays
- Delegates
- Events
- Interfaces
- Conversions
- Generics
- Enumerators and Iterators
- Introduction to LINQ
- Introduction to Asynchronous Programming
- Preprocessor Directives
- Reflection and Attributes
- Other Topics