Beginning C# 2008.pdf

(7535 KB) Pobierz
59271181 UNPDF
59271181.001.png
Beginning C# 2008
From Novice to Professional
SECOND EDITION
■■■
Christian Gross
59271181.002.png
Beginning C# 2008: From Novice to Professional, Second Edition
Copyright © 2008 by Christian Gross
All rights reserved. No part of this work may be reproduced or transmitted in any form or by any means,
electronic or mechanical, including photocopying, recording, or by any information storage or retrieval
system, without the prior written permission of the copyright owner and the publisher.
ISBN-13 (pbk): 978-1-4302-1033-7
ISBN-13 (electronic): 978-1-4302-1034-4
Printed and bound in the United States of America 9 8 7 6 5 4 3 2 1
Trademarked names may appear in this book. Rather than use a trademark symbol with every occurrence
of a trademarked name, we use the names only in an editorial fashion and to the benefit of the trademark
owner, with no intention of infringement of the trademark.
Lead Editor: Ewan Buckingham
Technical Reviewer: Christian Kenyeres
Editorial Board: Editorial Board: Clay Andres, Steve Anglin, Ewan Buckingham, Tony Campbell, Gary
Cornell, Jonathan Gennick, Matthew Moodie, Joseph Ottinger, Jeffrey Pepper, Frank Pohlmann, Ben
Renow-Clarke, Dominic Shakeshaft, Matt Wade, Tom Welsh
Project Manager: Sofia Marchant
Developmental Editor: Ron Pronk
Copy Editor: Damon Larson
Associate Production Director: Kari Brooks-Copony
Production Editor: Laura Esterman
Compositors: Susan Glinert and Octal Publishing, Inc.
Proofreader: Lisa Hamilton
Indexer: Broccoli Information Management
Artist: April Milne
Cover Designer: Kurt Krames
Manufacturing Director: Tom Debolski
Distributed to the book trade worldwide by Springer-Verlag New York, Inc., 233 Spring Street, 6th Floor,
New York, NY 10013. Phone 1-800-SPRINGER, fax 201-348-4505, e-mail orders-ny@springer-sbm.com , or
visit http://www.springeronline.com .
For information on translations, please contact Apress directly at 2855 Telegraph Avenue, Suite 600,
Berkeley, CA 94705. Phone 510-549-5930, fax 510-549-5939, e-mail info@apress.com , or visit
http://www.apress.com .
Apress and friends of ED books may be purchased in bulk for academic, corporate, or promotional use.
eBook versions and licenses are also available for most titles. For more information, reference our Special
Bulk Sales–eBook Licensing web page at http://www.apress.com/info/bulksales .
The information in this book is distributed on an “as is” basis, without warranty. Although every precaution
has been taken in the preparation of this work, neither the author(s) nor Apress shall have any liability to
any person or entity with respect to any loss or damage caused or alleged to be caused directly or indirectly
by the information contained in this work.
The source code for this book is available to readers at http://www.apress.com .
Some food for thought when writing software:
“A common mistake that people make when trying to design something
completely foolproof is to underestimate the ingenuity of complete fools.”
“The major difference between a thing that might go wrong and a thing that
cannot possibly go wrong is that when a thing that cannot possibly go wrong goes
wrong it usually turns out to be impossible to get at or repair.”
—Douglas Adams, Mostly Harmless
Contents at a Glance
About the Author . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xvii
About the Technical Reviewer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xix
Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xxi
CHAPTER 1
Ready, Steady, Go! . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
CHAPTER 2
.NET Number and Value Types . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27
CHAPTER 3
String Manipulations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51
CHAPTER 4
Data Structures, Decisions, and Loops . . . . . . . . . . . . . . . . . . . 75
CHAPTER 5
C# Exception Handling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 113
CHAPTER 6
Object-Oriented Programming Basics . . . . . . . . . . . . . . . . . . . 131
CHAPTER 7
Components and Object Hierarchies . . . . . . . . . . . . . . . . . . . . . 159
CHAPTER 8
Component-Oriented Architecture . . . . . . . . . . . . . . . . . . . . . . . 193
CHAPTER 9
Lists, Delegates, and Lambda Expressions . . . . . . . . . . . . . 225
CHAPTER 10 All About Persistence . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 251
CHAPTER 11 Exploring .NET Generics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 289
CHAPTER 12 Application Configuration and Dynamic Loading . . . . . . . . 323
CHAPTER 13 All About Multithreading . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 353
CHAPTER 14 Using Relational Databases . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 383
CHAPTER 15 Larning About LINQ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 409
CHAPTER 16 Writing Functional Code in C# . . . . . . . . . . . . . . . . . . . . . . . . . . . 433
CHAPTER 17 C# Odds and Ends . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 449
INDEX . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 465
v
59271181.003.png
Zgłoś jeśli naruszono regulamin