Автор:James W. Cooper Год: 2003 Издание:Addison Wesley Страниц: 394 ISBN: 0201844532 Design patterns are elegant, adaptable, and reusable solutions to everyday software development problems. Programmers use design patterns to organize objects in programs, making them easier to write and modify C# Design Patterns: A Tutorial is a practical guide to writing C# programs using the most common patterns. This tutorial begins with dear and concise introductions to C#, object-oriented programming and inheritance, and UML diagrams. Each chapter that follows describes one of twenty-three design patterns, recommends when to use it, and explains the impact that it will have on the larger design. The use of every pattern is demonstrated with simple example programs. These programs are illustrated with screen captures and UML diagrams displaying how the classes interact. Each of these programs is available on me 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: ...