C# Essentials, 2/e

Ben Albahari, Peter Drayton, Brad Merrill

  • 出版商: O'Reilly
  • 出版日期: 2002-03-05
  • 售價: $1,380
  • 貴賓價: 9.5$1,311
  • 語言: 英文
  • 頁數: 216
  • 裝訂: Paperback
  • ISBN: 0596003153
  • ISBN-13: 9780596003159
  • 相關分類: C#
  • 已過版

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

商品描述

Concise but thorough, this second edition of C# Essentials introduces the Microsoft C# programming language, including the Microsoft .NET Common Language Runtime (CLR) and .NET Framework Class Libraries (FCL) that support it. This book?s compact format and terse presentation of key concepts serve as a roadmap to the online documentation included with the Microsoft .NET Framework SDK; the many examples provide much-needed context.

This new edition has been updated to cover the final release of the C# language. In addition to overviews of C#, the CLR, and the FCL, this new edition of C# Essentials covers:


  • Every C# language element and its syntax, in reference format, including new keywords
  • The major C# datatypes, with code examples
  • Common C# programming tasks
  • Interoperation with legacy Win32 APIs and COM components, and the use of C/C++ style pointers within the managed context of the CLR
  • Common development issues



C# Essentials is an easy way for experienced programmers to evaluate and get up to speed quickly on the language best suited to developing web applications and services on the new Microsoft .NET platform.

Table of Contents

Preface

1. Introduction

2. C# Language Reference

3. Programming the .NET Framework

4. Framework Class Library Overview

5. Essential .NET Tools

A. C# Keywords

B. Regular Expressions

C. Format Specifiers

D. Data Marshaling

E. Working with Assemblies

F. Namespaces and Assemblies

Index