shopping cart
Call us:  800-878-7323 HELP
McAfee SECURE helps keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams.
Interviews | July 4, 2009

All posts by Jill Owens Powells.com Interview: Luis Alberto Urrea

Luis Alberto Urrea is a poet, novelist, journalist, and essayist who has been writing about the relationship between the United States and Mexico,... Continue »


  1. $17.49 Sale Hardcover add to wish list

    Into the Beautiful North

    Luis Alberto Urrea

Ships free on qualified orders.
$35.00
List price: $49.99
HARDCVR W/COMP MEDIA, USED
Ships in 1 to 3 days
Add to Wishlist
Qty Store Section
1 Technical Windows- Programming .NET


Other titles in the Microsoft .Net Development series:

  1. A Developer's Guide to SQL Server 2005:
  2. A First Look at SQL Server 2005 for Developers
  3. Advanced ASP.Net Ajax Server Controls for .Net Framework 3.5
  4. ASP.Net 2.0 Illustrated
  5. Asp.net V.2.0
  6. Building Applications and Components with Visual Basic .Net
  7. C# 3.0 Programming Language 3RD Edition
  8. C# Programming Language 2ND Edition
  9. Concurrent Programming on Windows
  10. Data Binding with Windows Forms 2.0: Programming Smart Client Data Applications with .Net
  11. Designing Forms for Microsoft Office InfoPath and Forms Services
  12. Domain-Specific Development with Visual Studio DSL Tools
  13. Effective Rest Services Via .Net: For .Net Framework 3.5
  14. Effective Use of Microsoft Enterprise Library: Building Blocks for Creating Enterprise Applications and Services
  15. Essential .net Volume 1 Common Language Runt
  16. Essential ASP.Net 2.0
  17. Essential ASP.Net with Examples in C#
  18. Essential ASP.Net with Examples in Visual Basic .Net
  19. Essential C# 3.0 for .net 3.5 2ND Edition
  20. Essential Linq
  21. Essential Silverlight 3
  22. Essential Windows Communication Foundation (Wcf): For .Net Framework 3.5
  23. Essential Windows Presentation Foundation (Wpf
  24. extreme .Net: Introducing eXtreme Programming Techniques to .NET Developers
  25. Framework Design Guidelines: Conventions, Idioms, and Patterns for Reusable .Net Libraries with DVD
  26. Graphics Programming with GDI+
  27. Inside Microsoft Visual Studio .Net
  28. Pragmatic ADO.NET: Data Access for the Internet World
  29. Programming .Net Compact Framework 3.5
  30. Programming in the .Net Environment
  31. Smart Client Deployment with Clickonce(tm): Deploying Windows Forms Applications with Clickonce(tm)
  32. Software Engineering with Microsoft Visual Studio Team System
  33. The .Net Developer's Guide to Directory Services Programming
  34. The Common Language Infrastructure Annotated Standard
  35. The Visual Basic .Net Programming Language
  36. Visual Studio Team System: Better Software Development for Agile Teams
  37. Visual Studio Tools for Office (06 Edition)
  38. Visual Studio Tools for Office 2007: Vsto for Excel, Word, and Outlook
  39. Visual Studio Tools for Office: Using Visual Basic 2005 with Excel, Word, Outlook, and Infopath
  40. Windows Forms Programming in C#

Framework Design Guidelines 2ND Edition Conventi

by Krzysztof Cwalina

Framework Design Guidelines 2ND Edition Conventi Cover

ISBN13: 9780321545619
ISBN10: 0321545613
Condition: Standard
Dustjacket: None
All Product Details

Only 1 left in stock at $35.00!

Synopses & Reviews

Publisher Comments:

Framework Design Guidelines is one of those rare books that can be read at different reading levels and can be useful to different kinds of developers. Regardless of whether you want to design an effective object model, improve your understanding of the .NET Framework, borrow from the experience of software gurus, stay clear of the most common programming mistakes, or just get an idea of the huge effort that led to the .NET initiative, this book is a must-read. -Francesco Balena, The VB Migration Partner Team (www.vbmigration.com), Code Architect, Author, and Microsoft Regional Director, Italy Frameworks are valuable but notoriously difficult to construct: your every decision must be geared toward making them easy to be used correctly and difficult to be used incorrectly. This book takes you through a progression of recommendations that will eliminate many of those downstream 'I wish I'd known that earlier' moments. I wish I'd read it earlier. -Paul Besly, Principal Technologist, QA Not since Brooks' The Mythical Man Month has the major software maker of its time produced a book so full of relevant advice for the modern software developer. This book has a permanent place on my bookshelf and I consult it frequently. -George Byrkit, Senior Software Engineer, Genomic Solutions Updated for the new language features of the .NET Framework 3.0 and 3.5, this book continues to be the definitive resource for .NET developers and architects who are designing class library frameworks. Some of the existing guidelines have been expanded with new annotations and more detail, and new guidance covering such features as extension methods and nullable types has also been included. The guidance will help any developer write clearer and more understandable code, while the annotations provide invaluable insight into some of the design decisions that made the .NET Framework what it is today. -Scott Dorman, Microsoft MVP and President, Tampa Bay International Association of Software Architects Filled with information useful to developers and architects of all levels, this book provides practical guidelines and expert background information to get behind the rules. Framework Design Guidelines takes the already published guidelines to a higher level, and it is needed to write applications that integrate well in the .NET area. -Cristof Falk, Software Engineer This book is an absolute must read for all .NET developers. It gives clear 'do' and 'don't' guidance on how to design class libraries for .NET. It also offers insight into the design and creation of .NET that really helps developers understand the reasons why things are the way they are. This information will aid developers designing their own class libraries and will also allow them to take advantage of the .NET class library more effectively. -Jeffrey Richter, Author/Trainer/Consultant, Wintellect The second edition of Framework Design Guidelines gives you new, important insight into designing your own class libraries: Abrams and Cwalina frankly discuss the challenges of adding new features to shipping versions of their products with minimal impact on existing code. You'll find great examples of how to create version N+1 of your software by learning how the .NET class library team created versions 2.0, 3.0, and 3.5 of the .NET library. They were able to add generics, WCF, WPF, WF, and LINQ with minimal impact on the existing APIs, even providing capabilities for customers wanting to use only some of the new features, while still maintaining compatibility with the original library. -Bill Wagner, Founder and Consultant, SRT Solutions, author of Effective C# and More Effective C# This book is a must read for all architects and software developers thinking about frameworks. The book offers insight into some driving factors behind the design of the .NET Framework. It should be considered mandatory reading for anybody tasked with creating application frameworks. -Peter Winkler, Sr. Software Engineer, Balance Technology Inc. An instant classic. -From the Foreword by Miguel de Icaza Framework Design Guidelines, Second Edition, teaches developers the best practices for designing reusable libraries for the Microsoft .NET Framework. Expanded and updated for .NET 3.5, this new edition focuses on the design issues that directly affect the programmability of a class library, specifically its publicly accessible APIs. 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 thirty-five 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 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, Second Edition, is the only definitive source of best practices for managed code API development, direct from the architects themselves. A companion DVD includes the Designing .NET Class Libraries video series, instructional presentations by the authors on design guidelines for developing classes and components that extend the .NET Framework. A sample API specification and other useful resources and tools are also included.

Synopsis:

“…an instant classic…”

from the Foreword by Miguel de Icaza

 

Framework Design Guidelines, Second Edition, teaches developers the best practices for designing reusable libraries for the Microsoft .NET Framework. Expanded and updated for .NET 3.5, this book new edition focuses on the design issues that directly affect the programmability of a class library, specifically its publicly accessible APIs.

 

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 36 prominent architects and users of the .NET Framework, which provideproviding a lively discussion of the reasons for the guidelines as well as examples of when to break thosee guidelines.

 

Microsoft architects Krzysztof Cwalina and Brad Abrams teach framework design from the top down. From their long 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 that are important tofor ensuring,e extensibility
  • How (and how not) to design exceptions
  • Guidelines for–and examples of–common framework design patterns
Guidelines in this book come 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. In general, a Do guideline should almost always be followed, a Consider guideline should generally be followed, an Avoid guideline indicates that something is usually not a good idea, and a Do not guideline indicates something you should almost never do. Every guideline includes a discussion of its applicability, and most include a code example to help illuminate the dialogue.

About the Author

'

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 of the .NET Framework team. 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, all from Addison-Wesley. Brad graduated from North Carolina State University with a B.S. in computer science. You can find his most recent musings on his blog at http://blogs.msdn.com/BradA/.

 Krzysztof Cwalina is a program manager on the .NET Framework team at Microsoft. He was a founding member of the.NET Framework team, and throughout his career has designed many .NET Framework APIs and framework development tools, such as FxCop. He is currently leading a companywide effort to develop, promote, and apply framework design and architectural guidelines to the .NET Framework. He is also leading the team responsible for delivering core .NET Framework APIs. Krzysztof graduated with a B.S. and an M.S. in computer science from the University of Iowa. You can find his blog at http://blogs.msdn.com/kcwalina.'

Table of Contents

Foreword

Preface

 

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: Using FxCop to Enforce the Design Guidelines (by Sheridan Harrison)

Appendix C: Sample API Specification

 

Glossary

Suggested Reading List

Index

Product Details

ISBN:
9780321545619
Subtitle:
Conventions, Idioms, and Patterns for Reusable .NET Libraries [With CDROM]
Author:
Cwalina, Krzysztof
Author:
Abrams, Brad
Publisher:
Addison-Wesley Professional
Subject:
Networking - General
Subject:
Application program interfaces (Computer soft
Subject:
Microsoft.net framework
Copyright:
Series:
Microsoft .NET Development Series
Publication Date:
January 2009
Binding:
Hardcover
Grade Level:
Professional and scholarly
Language:
English
Pages:
436
Dimensions:
9.20x7.10x1.40 in. 2.35 lbs.

Other books you might like

  1. $10.95 Used Trade Paper add to wish list
  2. $16.95 Used Hardcover add to wish list
  3. $8.95 Used Trade Paper add to wish list

    The God Delusion

    Richard Dawkins
  4. $49.95 New Trade Paper add to wish list
  5. $16.95 New Trade Paper add to wish list
  6. $24.95 New Trade Paper add to wish list

Related Aisles

  • back to top

Powell's City of Books is an independent bookstore in Portland, Oregon, that fills a whole city block with more than a million new, used, and out of print books. Shop those shelves — plus literally millions more books, DVDs, and eBooks — here at Powells.com.