Addison-Wesley / Prentice Hall
Computer Science
Browse available resources for Computer Science:
- Select a resource
- Resources for Computer Science GOAL where virtual office hours are 24/7! Your Own TA, Just a Click Away! Deitel Resource Centers National Center for Women & Information Technology View material from Search Engines: Information Retrieval in Practice VideoNotes Andrew Tanenbaum Flame Award Recipient Custom Programs Instructor Resource Center myPearsonStore

ISBN-10: 0321126971
ISBN-13: 9780321126979
Publisher: Addison-Wesley Professional
Copyright: 2004
Format: Cloth; 480 pp
Published: 04/15/2004
Suggested retail price: $59.99
Buy from myPearsonStore
For students learning in the Microsoft environment, this book is a companion to the original Design Patterns text tailored to the C#. This book is an application book, rather than a theoretical one. It is written for students who want to gain a better understanding of the patterns described in the seminal design patterns book by Gamma et al. The book's intent is to give students the confidence and know-how to apply the original 23 patterns identified in the Gamma book, with all code examples provided in C#.
For developers in the Microsoft environment, a companion to the original Design Patterns text tailored to the C# programming language.
° A catalog of proven solutions to recurring problems in C# software design
° Part of the Addison-Wesley Software Patterns Series, with John Vlissides as consulting editor
° Allows the growing legions of Microsoft technology developers to apply traditional software approaches to frequently encountered problems
Preface.
1. Introduction.
I. INTERFACE PATTERNS.
II. RESPONSIBILITY PATTERNS.
III. CONSTRUCTION PATTERNS.
IV. OPERATION PATTERNS.
V. EXTENSION PATTERNS.
STEVEN JOHN METSKER has written extensively on design patterns, object-oriented programming, and software methodologies. Steve is a software consultant with CapTech Ventures, and a frequent speaker at OOPSLA conferences. His work has appeared in journals including Java Report, JOOP, Distributed Object Computing, and Object Magazine. Steve's Addison Wesley books include Design Patterns Java Workbook and Building Parsers in Java.
Steven John Metsker explains how to use C# as an object-oriented language, using design patterns to create clean code while taking advantage of the extensive Microsoft(R) .NET Framework Class Libraries.
For all 23 classic "Gang of Four" design patterns, Metsker offers detailed code examples utilizing C# and the .NET Framework--as well as programming exercises crafted to help you rapidly build expertise. His exercises and explanations make extensive use of the Unified Modeling Language, helping you build your skills in this standard notation.
Design patterns covered include:
- Interfaces: Adapter, Facade, Composite, and Bridge
- Responsibility: Singleton, Observer, Mediator, Proxy, Chain of Responsibility, and Flyweight
- Construction: Builder, Factory Method, Abstract Factory, Prototype, and Memento
- Extensions: Decorator, Iterator, and Visitor
If you've already used design patterns in other languages, Design Patterns in C# will deepen your understanding, build your confidence, and help you apply them to any C# project. If you're a Microsoft programmer who's new to design patterns, this book will be an ideal practical introduction.
www.awprofessional.com/patterns/
ADDISON-WESLEY PROFESSIONAL
Pearson Education
ISBN: 0-321-12697-1
View a Sample Chapter PDF: /samplechapter/0321126971.pdf
Pearson Higher Education offers special pricing when you choose to package your text with other student resources. If you're interested in creating a cost-saving package for your students, contact your Pearson Higher Education representative for pricing and ordering information.
This title is a member of the Software Patterns Series, which also contains the titles below . You can also visit the Software Patterns Series page.
Design Patterns Explained: A New Perspective on Object-Oriented Design, 2/E
Shalloway & Trott
© 2005 | Addison-Wesley Professional | Paper; 480 pages | Instock
ISBN-10: 0321247140 | ISBN-13: 9780321247148
Brief Description | Buy from myPearsonStore
Design Patterns Java™ Workbook
Metsker
© 2002 | Addison-Wesley Professional | Paper; 496 pages | Instock
ISBN-10: 0201743973 | ISBN-13: 9780201743975
Brief Description | Buy from myPearsonStore
The Design Patterns Smalltalk Companion
Alpert, Brown & Woolf
© 1998 | Addison-Wesley Professional | Paper; 464 pages | Instock
ISBN-10: 0201184621 | ISBN-13: 9780201184624
Brief Description | Buy from myPearsonStore
Design Patterns in C#
Metsker
© 2004 | Addison-Wesley Professional | Cloth; 480 pages | Instock
ISBN-10: 0321126971 | ISBN-13: 9780321126979
Brief Description | Buy from myPearsonStore
Design Patterns in Java™, 2/E
Metsker & Wake
© 2006 | Addison-Wesley Professional | Cloth; 480 pages | Instock
ISBN-10: 0321333020 | ISBN-13: 9780321333025
Buy from myPearsonStore
Pattern Hatching: Design Patterns Applied
Vlissides
© 1998 | Addison-Wesley Professional | Paper; 192 pages | Instock
ISBN-10: 0201432935 | ISBN-13: 9780201432930
Brief Description | Buy from myPearsonStore
Patterns for Parallel Programming
Mattson, Sanders & Massingill
© 2005 | Addison-Wesley Professional | Cloth; 384 pages | Instock
ISBN-10: 0321228111 | ISBN-13: 9780321228116
Buy from myPearsonStore
Software Configuration Management Patterns: Effective Teamwork, Practical Integration
Berczuk & Appleton
© 2003 | Addison-Wesley Professional | Paper; 256 pages | Instock
ISBN-10: 0201741172 | ISBN-13: 9780201741179
Buy from myPearsonStore
The book starts with a complete overview of the fundamental principles of patterns, and the role of object-oriented analysis and design in contemporary software development. Then, using easy-to-understand sample code, Alan Shalloway and James Trott illuminate dozens of today's most useful patterns: their underlying concepts, advantages, tradeoffs, implementation techniques, and pitfalls to avoid. Many patterns are accompanied by UML diagrams.
Building on their best-selling First Edition, Shalloway and Trott have thoroughly updated this book to reflect new software design trends, patterns, and implementation techniques. Reflecting extensive reader feedback, they have deepened and clarified coverage throughout, and reorganized content for even greater ease of understanding.
Finally, a companion to the seminal book, Design Patterns, 0-201-63361-2, that allows students to learn patterns using Java as opposed to C++, which was used in the original work. By working through the challenges presented in Design Patterns Java™ Workbook, the student will learn to recognize and apply a large portion of the accumulated wisdom of the software community. The author uses a workbook approach because he believes that students will not truly learn the material by reading it, but by “doing it.” The accompanying CD-ROM will include all code examples included in the book as well as some bonus code examples not found in the book. As the title suggests, all samples will be in Java.
In this book, intended as a language companion to Design Patterns: Elements of Reusable Object-Oriented Software by Gamma, Helm, Johnson & Vlissides, noted Smalltalk and design patterns experts implement the 23 design patterns using Smalltalk code. Using the same successful format as Design Patterns, this book tailors the topic of design patterns to the Smalltalk programmer - no other book offers this. The authors have worked closely with the Design Patterns authors to ensure that this companion volume is held to the same high quality standards that made the original a best-seller. The full source code is available on Addison-Wesley's web site.
For students learning in the Microsoft environment, this book is a companion to the original Design Patterns text tailored to the C#. This book is an application book, rather than a theoretical one. It is written for students who want to gain a better understanding of the patterns described in the seminal design patterns book by Gamma et al. The book's intent is to give students the confidence and know-how to apply the original 23 patterns identified in the Gamma book, with all code examples provided in C#.
Software developers now recognize the value of design patterns in helping build better software more efficiently. As a result, design patterns have become extremely popular in the software development community. Pattern Hatching explains and enhances the information from the seminal work in the field, Design Patterns: Elements of Reusable Object-Oriented Software. The hands-on approach offered by John Vlissides, co-author of Design Patterns, enables you to better understand the pattern development process, and therefore identify and write your own patterns. The author's insights will further allow you to apply the original 23 patterns by example.
Pearson Higher Education offers special pricing when you choose to package your text with other student resources. If you're interested in creating a cost-saving package for your students contact your Pearson Higher Education representative.
