الگوهای طراحی سیشارپ: یک آموزش
C# Design Patterns : A Tutorial
معرفی کتاب «الگوهای طراحی سیشارپ: یک آموزش» (با عنوان لاتین C# Design Patterns : A Tutorial) نوشتهٔ James William Cooper، منتشرشده توسط نشر Addison-Wesley Professional در سال 2002. این کتاب در فرمت pdf، زبان انگلیسی ارائه شده است.
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 clear 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 shots and UML diagrams displaying how the classes interact. Design patterns will have an immediate impact on your work as you learn the following: Applying design patterns effectively in your day-to-day programming Using patterns to create sophisticated, robust C# programs The interaction of classes as demonstrated by UML diagrams Advancing your programming skills using design patterns Design patterns will not only enhance your productivity, but once you see how quickly and easily object-oriented code can be recycled, they will become an everyday part of your C# programming. Readers will learn the basics of C# programming and design pattern in this clearly written, well-organized text. Cooper (IBM Thomas J. Watson Research Center and columnist for JavaPro) describes groups of creational, structural, and behavioral patterns with examples of visual programs (on the CD-ROM) to be run by the reader. UML diagrams (described in an early chapter) and screen shots are included throughout. Annotation copyrighted by Book News, Inc., Portland, OR
دانلود کتاب الگوهای طراحی سیشارپ: یک آموزش
Readers will learn the basics of C# programming and design pattern in this clearly written, well-organized text. Cooper (IBM Thomas J. Watson Research Center and columnist for JavaPro) describes groups of creational, structural, and behavioral patterns with examples of visual programs (on the CD-ROM) to be run by the reader. UML diagrams (described in an early chapter) and screen shots are included throughout. Annotation c. Book News, Inc., Portland, OR
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. This text is a practical guide to writing C# programs using the most common patterns. This practical book explains how to write C# programs using some of the most common design patterns. The book covers every pattern identified in Gamma et al's Design Patterns which can be executed in C#. Sitting at your desk in front of your workstation, you stare into space, trying to figure out how to write a new program feature.