How to get the most out of C# using Object Orientation! Guide to C# and Object Orientation is a thoroughly practical introduction to the concepts of C# and object orientation. Most computer scientists and software engineers learn best by doing rather than by reading the theory, and this book's hands-on approach to learning C# and object orientation, using lots of worked examples, provides an ideal base from which to start programming. After introducing the C# language and object orientation, John Hunt goes on to explain: * how to construct a user interface for a simple editor; * how to obtain information on files and directories and how objects can be stored and restored using serialization; * the concurrency mechanism of C# and remoting in C#; * how to use C# with ASP.NET * XML and C# * the .NET concept and the role of C# within it. There is also comprehensive coverage of the concepts of object oriented analysis and design; the UML and the main phases of the Unified Process using the UML notation. The source code for the examples is available at: http://www.guide-to-csharp.net TOC:Part 1: Introduction to Object Orientation; Introduction to ObjectOrientation; Elements of Object Orientation; Why Object Orientation;Constructing an Object Oriented System; Part 2: Introduction to the C#Language.- Introduction to C#; A Little C#; C# Classes; Structs andEnumerations; Interfaces; C# Constructs; Characters and Strings; AnExample C# Class; Part 3: C# and Object Orientation.- Classes, Inheritanceand Abstraction; Encapsulation and Polymorphism; Nested Classes; Arrays inC#; The Collection API; An Object Oriented Organizer; Part 4: Further C#.-Control and Iteration; Attributes and Versioning; Delegates; ExceptionHandling; Part 5: Graphical User Interfaces.- Graphical User Interfaces;Event Handling; The JDEdit Application; Part 6: C# Development.- Streamsand Files; Serialization; Sockets in C#; Data Access; Remoting in .NET;Concurrency; Using C# and ASP.NET; Web based User Interfaces; XML and C#;C# Style; C# Roundup; The .NET Environment; Part 7: Object OrientedDesign.- Object Oriented Analysis and Design; The Unified ModelingLanguage; The Unified Process.