C# 2.0: Practical Guide for Programmers

Michel de Champlain, Brian G. Patrick

  • 出版商: Morgan Kaufmann
  • 出版日期: 2005-02-01
  • 售價: $1,370
  • 貴賓價: 9.5$1,302
  • 語言: 英文
  • 頁數: 272
  • 裝訂: Paperback
  • ISBN: 0121674517
  • ISBN-13: 9780121674519
  • 相關分類: C#
  • 已過版

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

商品描述

Description:

You don’t need coddling; you don’t need to be told what you already know. What you need is a book that uses your experience as a Java or C++ programmer to give you a leg up into the challenges and rewards of C#. And this Practical Guide is precisely what you’re after.

Written by a team that boasts extensive experience teaching C# to professionals, this book provides a practical, efficient explanation of the language itself, covering basic to advanced features and calling out all that’s new in 2.0. Its instruction is always firmly situated within the context of the .NET framework and bolstered by code examples, key lessons in object-oriented programming, and installments of a realistic application programming tutorial. Concise and incisive, this is the best way to master the world’s fastest-growing and most marketable programming language.

Features

  • Provides a carefully focused explanation of every aspect of the C# language, including entire chapters on the unified type system, advanced types, collections, generics, reflection and attributes.
  • Highlights all features new to the latest version of C# and organizes its presentation of C# according to the key principles of object-oriented programming and the .NET framework.
  • Using end-of-chapter exercises, incrementally develops a cohesive application programming tutorial.
  • Includes an easy-to-use appendix on the grammatical rules of C# and provides downloadable example code via the companion website.
  •  

     

    Table of Contents:

    Preface
    1 Introducing C# and .NET
    2 Classes, Objects, and Namespaces
    3 Class Members and Class Reuse
    4 Unified Type System
    5 Operators, Assignments, and Expressions
    6 Statements and Exceptions
    7 Advanced Types, Polymorphism, and Accessors
    8 Collections and Generics
    9 Resource Disposal, Input/Output, and Threads
    10 Reflection and Attributes
    Appendices
    A C# 2.0 Grammar
    B Predefined XML Tags for Documentation Comments
    References
    Index