Cantitate/Preț
Produs

Framework Design Guidelines: Addison-Wesley Microsoft Technology Series

Autor Krzysztof Cwalina, Jeremy Barton, Brad Abrams
en Limba Engleză Paperback – 18 iun 2020
Framework Design Guidelines, Third Edition , teaches developers the best practices for designing reusable libraries for the Microsoft .NET Framework. Expanded and updated for .NET 7.3, this new edition focuses on new concepts which have altered the current and best practices for developing components in .NET.
This book can improve the work of any .NET developer producing code that other developers will use. It includes copious annotations to the guidelines by prominent architects and practitioners of the .NET Framework, providing a lively discussion of the reasons for the guidelines as well as examples of when to break those guidelines
Microsoft architects Krzysztof Cwalina, Jeremy Barton, and Brad Abrams teach framework design from the top down. From their significant combined experience and deep insight, you will learn
  • The general philosophy and fundamental principles of framework design
  • Naming guidelines for the various parts of a framework
  • Guidelines for the design and extending of types and members of types
  • Issues affecting--and guidelines for ensuring--extensibility
  • How (and how not) to design exceptions
  • Guidelines for--and examples of--common framework design patterns
Guidelines in this book are presented in four major forms: Do, Consider, Avoid, and Do not. These directives help focus attention on practices that should always be used, those that should generally be used, those that should rarely be used, and those that should never be used. Every guideline includes a discussion of its applicability, and most include a code example to help illuminate the dialogue.
Framework Design Guidelines, Third Edition, is the only definitive source of best practices for managed code API development, direct from the architects themselves.
Citește tot Restrânge

Preț: 35034 lei

Preț vechi: 43792 lei
-20% Nou

Puncte Express: 526

Preț estimativ în valută:
6705 6965$ 5569£

Carte disponibilă

Livrare economică 13-27 ianuarie 25
Livrare express 27 decembrie 24 - 02 ianuarie 25 pentru 5026 lei

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9780135896464
ISBN-10: 0135896460
Pagini: 624
Dimensiuni: 180 x 232 x 32 mm
Greutate: 0.97 kg
Ediția:Adnotată
Editura: Pearson Education
Seria Addison-Wesley Microsoft Technology Series


Notă biografică

Krzysztof Cwalina is a Principal Architect at Microsoft. He was a founding member of the .NET Framework team, and throughout his career has designed many .NET Framework, .NET Core, and other APIs. He is currently working on Azure SDK APIs. Krzysztof graduated with BS and MS in computer science from the University of Iowa.
Jeremy Barton is a Principal Software Engineer at Microsoft. The majority of his career in computer software has been on the design and development of shared libraries. Since 2005 his primary programming language is C#, and he joined the .NET Base Class Libraries team in 2015 and is primarily responsible for .NET Cryptography. Jeremy graduated from Rose-Hulman Institute of Technology with a BS in Computer Science and Discrete Mathematics. Since graduation, he has gotten a cat, married, and a pilot's license.
Brad Abrams was a founding member of the Common Language Runtime and .NET Framework teams at Microsoft Corporation. He has been designing parts of the .NET Framework since 1998 and is currently a Group Program Manager at Google. Brad started his framework design career building the Base Class Library (BCL) that ships as a core part of the .NET Framework. Brad was also the lead editor on the Common Language Specification (CLS), the .NET Framework Design Guidelines, and the libraries in the ECMA/ISO CLI Standard. Brad has authored and coauthored multiple publications, including Programming in the .NET Environment and .NET Framework Standard Library Annotated Reference, Volumes 1 and 2. Brad graduated from North Carolina State University with a BS in computer science. You can find his most recent musings on his blog at http://blogs.msdn.com/BradA.

Cuprins

  • Chapter 1: Introduction
  • Chapter 2: Framework Design Fundamentals
  • Chapter 3: Naming Guidelines
  • Chapter 4: Type Design Guidelines
  • Chapter 5: Member Design
  • Chapter 6: Designing for Extensibility
  • Chapter 7: Exceptions
  • Chapter 8: Usage Guidelines
  • Chapter 9: Common Design Patterns
  • Appendix A: C# Coding Style Conventions
  • Appendix B: Obsolete Guidance
  • Appendix C: Sample API Specification
  • Appendix D: Breaking Changes
  • Glossary