for your convenience apress has placed some of the front · 2020-04-06 · end of ebook preview...

4

Upload: others

Post on 20-Jul-2020

2 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: For your convenience Apress has placed some of the front · 2020-04-06 · End of ebook preview Download the full PDF tutorial from the link below : Click Here. Title: A Programmer's
Page 2: For your convenience Apress has placed some of the front · 2020-04-06 · End of ebook preview Download the full PDF tutorial from the link below : Click Here. Title: A Programmer's

For your convenience Apress has placed some of the front matter material after the index. Please use the Bookmarks

and Contents at a Glance links to access them.

Dow

nloa

d fr

om W

ow! e

Boo

k <

ww

w.w

oweb

ook.

com

>

Page 3: For your convenience Apress has placed some of the front · 2020-04-06 · End of ebook preview Download the full PDF tutorial from the link below : Click Here. Title: A Programmer's

v

Contents at a Glance

Preface ����������������������������������������������������������������������������������������������������������������������� xxv

About the Authors����������������������������������������������������������������������������������������������������� xxvii

About the Technical Reviewer ����������������������������������������������������������������������������������� xxix

Acknowledgments ����������������������������������������������������������������������������������������������������� xxxi

Introduction ������������������������������������������������������������������������������������������������������������� xxxiii

Chapter 1: C# and the �NET Runtime and Libraries ■ ������������������������������������������������������ 1

Chapter 2: C# QuickStart and Developing in C# ■ ���������������������������������������������������������� 3

Chapter 3: Classes 101 ■ ���������������������������������������������������������������������������������������������� 11

Chapter 4: Base Classes and Inheritance ■ ������������������������������������������������������������������ 19

Chapter 5: Exception Handling ■ ���������������������������������������������������������������������������������� 33

Chapter 6: Member Accessibility and Overloading ■ ��������������������������������������������������� 47

Chapter 7: Other Class Details ■ ����������������������������������������������������������������������������������� 57

Chapter 8: Structs (Value Types) ■ ������������������������������������������������������������������������������� 77

Chapter 9: Interfaces ■ ������������������������������������������������������������������������������������������������� 83

Chapter 10: Versioning and Aliases ■ ��������������������������������������������������������������������������� 95

Chapter 11: Statements and Flow of Execution ■ ������������������������������������������������������� 101

Chapter 12: Variable Scoping and Definite Assignment ■ ������������������������������������������ 109

Chapter 13: Operators and Expressions ■ ������������������������������������������������������������������ 115

Chapter 14: Conversions ■ ����������������������������������������������������������������������������������������� 127

Chapter 15: Arrays ■ �������������������������������������������������������������������������������������������������� 137

Chapter 16: Properties ■ �������������������������������������������������������������������������������������������� 143

Page 4: For your convenience Apress has placed some of the front · 2020-04-06 · End of ebook preview Download the full PDF tutorial from the link below : Click Here. Title: A Programmer's

End of ebook previewDownload the full PDF tutorial from the link below :

Click Here