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...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Otros Autores: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Upper Saddle River, N.J. :
Addison-Wesley,
2006.
|
Colección: | Microsoft .NET development series.
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- 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.