Dekorationsartikel gehören nicht zum Leistungsumfang.
Framework Design Guidelines
Conventions, Idioms, and Patterns for Reusable .NET Libraries
Taschenbuch von Brad Abrams (u. a.)
Sprache: Englisch

64,90 €*

inkl. MwSt.

Versandkostenfrei per Post / DHL

Lieferzeit 1-2 Wochen

Kategorien:
Beschreibung
Framework Design Guidelines, Third Edition, teaches students 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, students 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, teaches students 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, students 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.
Über den Autor
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 [...]
Inhaltsverzeichnis
  • 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
Details
Erscheinungsjahr: 2020
Fachbereich: Datenkommunikation, Netze & Mailboxen
Genre: Informatik
Rubrik: Naturwissenschaften & Technik
Medium: Taschenbuch
Seiten: 624
Inhalt: Kartoniert / Broschiert
ISBN-13: 9780135896464
ISBN-10: 0135896460
Sprache: Englisch
Einband: Kartoniert / Broschiert
Autor: Abrams, Brad
Barton, Jeremy
Cwalina, Krzysztof
Hersteller: Pearson Education (US)
Maße: 232 x 180 x 32 mm
Von/Mit: Brad Abrams (u. a.)
Erscheinungsdatum: 17.08.2020
Gewicht: 0,966 kg
preigu-id: 117887885
Über den Autor
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 [...]
Inhaltsverzeichnis
  • 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
Details
Erscheinungsjahr: 2020
Fachbereich: Datenkommunikation, Netze & Mailboxen
Genre: Informatik
Rubrik: Naturwissenschaften & Technik
Medium: Taschenbuch
Seiten: 624
Inhalt: Kartoniert / Broschiert
ISBN-13: 9780135896464
ISBN-10: 0135896460
Sprache: Englisch
Einband: Kartoniert / Broschiert
Autor: Abrams, Brad
Barton, Jeremy
Cwalina, Krzysztof
Hersteller: Pearson Education (US)
Maße: 232 x 180 x 32 mm
Von/Mit: Brad Abrams (u. a.)
Erscheinungsdatum: 17.08.2020
Gewicht: 0,966 kg
preigu-id: 117887885
Warnhinweis

Ähnliche Produkte

Ähnliche Produkte