A Programmer's Introduction to C# 2.0
A Programmer's Introduction to C# 2.0, Third Edition is a critical update to the highly successful second edition. It is written by a member of the original C# language-design team and a C# program manager, so you can be certain this book contains the expertise you're looking for. This thi...
Clasificación: | Libro Electrónico |
---|---|
Autores principales: | , |
Autor Corporativo: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Berkeley, CA :
Apress : Imprint: Apress,
2005.
|
Edición: | 3rd ed. 2005. |
Temas: | |
Acceso en línea: | Texto Completo |
Tabla de Contenidos:
- Object-Oriented Basics
- The .NET Runtime Environment
- C# Quick Start and C# Development
- Exception Handling
- Classes 101
- Base Classes and Inheritance
- Member Accessibility and Overloading
- Other Class Details
- Structs (Value Types)
- Interfaces
- Versioning and Aliases
- Statements and Flow of Execution
- Variable Scoping and Definite Assignment
- Operators and Expressions
- Conversions
- Arrays
- Generics
- Strings
- Properties
- Indexers, Enumerators, and Iterators
- Enumerations
- Attributes
- Delegates and Anonymous Methods
- Events
- User-Defined Conversions
- Operator Overloading
- Nullable Types
- Other Language Details
- Making Friends with the .NET Framework
- System.Array and the Collection Classes
- Threading and Asynchronous Operations
- Execution-Time Code Generation
- Interop
- .NET Framework Overview
- Windows Forms
- DiskDiff: More Sophistication
- Practical DiskDiff
- Deeper into C#
- Defensive Programming
- Tips for Real-World Code
- The Command-Line Compiler
- C# Compared to Other Languages
- C# Resources and the Future.