Sams teach yourself the C# language in 21 days /
| Main Author: | |
|---|---|
| Format: | Book |
| Language: | English |
| Published: |
Indianapolis, Ind. :
Sams,
[2004]
|
| Subjects: |
Table of Contents:
- Getting started with C#
- Understanding C# programs
- Manipulating values in your programs
- Controlling your program's flow
- The core of C# programming: classes
- Packaging functionality : class methods and member functions
- Storing more complex stuff : structures, enumerators, and arrays
- Advanced method access
- Handling problems in your programs : exceptions and errors
- Reusing existing code with inheritance
- Formatting formatting and retrieving information
- Tapping into OOP : interfaces
- Making your programs react with delegates, events, and indexers
- Making operators do your bidding : overloading
- Using existing routines from the .NET base classes
- Creating Windows forms
- Creating Windows applications
- Working with data and databases
- Creating remote procedures (Web services)
- Creating Web applications
- A day for reflection and attributes.