作者:James W. Cooper
出版社:Addison Wesley
页数:September 27, 2002
ISBN:416
文件格式:PDF
Product Description
The first book for C# programmers on how to use Design Patterns.Explains how to write C# programs using some of the most common designpatterns. Softcover.
From the Back Cover
Design patterns are elegant, adaptable, and reusable solutions toeveryday software development problems. Programmers use design patternsto organize objects in programs, making them easier to write andmodify. C# Design Patterns: A Tutorial is a practical guide to writing C# programs using the most common patterns.
This tutorial begins with clear and concise introductions to C#,object-oriented programming and inheritance, and UML diagrams. Eachchapter that follows describes one of twenty-three design patterns,recommends when to use it, and explains the impact that it will have onthe larger design. The use of every pattern is demonstrated with simpleexample programs. These programs are illustrated with screen shots andUML diagrams displaying how the classes interact. Each of theseprograms is available on the companion CD-ROM and can be run, examined,edited, and applied.
Design patterns will have an immediate impact on your work as you learn the following:
Applying design patterns effectively in your day-to-day programmingUsing patterns to create sophisticated, robust C# programsThe interaction of classes as demonstrated by UML diagramsAdvancing your programming skills using design patternsDesign patterns will not only enhance your productivity, but onceyou see how quickly and easily object-oriented code can be recycled,they will become an everyday part of your C# programming.