Book excerpt: .NET Framework Design Guidelines

Book excerpt: .NET Framework Design Guidelines

Brad Abrams and Krzysztof Cwalina

 

    Requires Free Membership to View

    When you register, you'll begin receiving targeted emails from my team of award-winning writers. Our goal is to provide a unique online resource for developers, architects and development managers tasked with building and maintaining enterprise applications using Visual Basic, C# and the Microsoft .NET platform.

    Hannah Smalltree, Editorial Director

    By submitting your registration information to SearchWinDevelopment.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchWinDevelopment.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

In the .NET Framework, class libraries provide developers with reusable bits of code. Developers can use the libraries that are part of the .NET Framework itself or roll their own, so long as they understand that others will be using those libraries and, therefore, will have to know what it all means.

Framework Design Guidelines teaches developers best practices for designing .NET Framework 2.0 and 3.0. libraries This book focuses on the design issues that directly affect the programmability of a framework, specifically its publicly accessible APIs.

Chapter 4, Type Design Guidelines, presents guidelines that describe when and how to design classes, structs and interfaces within .NET Framework base class libraries. In this chapter, Abrams and Cwalina divide types into three groups -- reference types, value types and interfaces -- and discuss the do's and don'ts of type design. Be warned: the authors do not always agree on what works best.

Read the excerpt in this PDF file.

MORE: Read Inside framework design with Krzysztof Cwalina

 


Excerpted from the Framework Design Guidelines: Conventions, Idioms, and Patterns for Reusable .NET Libraries (ISBN: 978-0-321-24675-2) by Brad Abrams and Krzysztof Cwalina.
Copyright © 2005. Published by Addison-Wesley Professional as part of the Microsoft .NET Development Series and available at your favorite book seller. Reprinted with permission.

This was first published in February 2008

Disclaimer: Our Tips Exchange is a forum for you to share technical advice and expertise with your peers and to learn from other enterprise IT professionals. TechTarget provides the infrastructure to facilitate this sharing of information. However, we cannot guarantee the accuracy or validity of the material submitted. You agree that your use of the Ask The Expert services and your reliance on any questions, answers, information or other materials received through this Web site is at your own risk.