Framework design guidelines conventions, idioms, and patterns for reusable .NET libraries /
"Framework Design Guidelines: Conventions, Idioms, and Patterns for Reusable .NET Libraries teaches developers the best practices for designing system frameworks and reusable libraries for use with the Microsoft .NET Framework and WinFx. This book focuses on the design issues that directly affe...
Call Number: | Libro Electrónico |
---|---|
Main Author: | |
Other Authors: | |
Format: | Electronic eBook |
Language: | Inglés |
Published: |
Upper Saddle River, N.J. :
Addison-Wesley,
2006.
|
Series: | Microsoft .NET development series.
|
Subjects: | |
Online Access: | Texto completo (Requiere registro previo con correo institucional) |
Table of Contents:
- 1. Introduction
- 2. Framework design fundamentals
- 3. Naming guidelines
- 4. Type design guidelines
- 5. Member design
- 6. Designing for extensibility
- 7. Exceptions
- 8. Usage guidelines
- 9. Common design patterns
- A. C♯ coding style conventions
- B. Using FxCop to enforce the design guidelines
- C. Sample API specification.