文档介绍:A Programmer's Introduction to C#
by Eric Gunnerson ISBN: 1893115860
Apress © 2000, 358 pages
This book takes the C programmer through the all the
details—from basic to advanced-- of the new Microsoft C#
language.
Companion Web Site
Table of Contents ments
Back Cover
Synopsis
Written as an introduction to the new C#, this guide takes the experienced C
programmer a few steps beyond the basics. It covers objects, data types, and
flow control, and even delves into some background on the new Microsoft
NET Frameworks environment. Keeping in mind that this is for those familiar
with C (and even Java), the book goes into some of the advanced features
and improvements found in this new language. It also offers parison
between C#, C++, Visual Basic, and Java.
A Programmer's Introduction to C# ....................................................................................... - 9 -
Foreword .................................................................................................................................... - 10 -
About This Book....................................................................................................................... - 10 -
Introduction.............................................................................................................................. - 11 -
Why Another Language? .......................................................................................................... - 11 -
C# Design Goals ....................................................................................................................... - 11 -
The C# Compiler and Other Resources .................................................................................... - 12 -
Chapter 1: Object-Oriented Basics.......................................................................................... - 13 -
Overview....................................