reklama - zainteresowany?

C# 3.0 Design Patterns - Helion

C# 3.0 Design Patterns
ebook
Autor: Judith Bishop
ISBN: 978-05-965-5144-5
stron: 318, Format: ebook
Data wydania: 2007-12-10
Księgarnia: Helion

Cena książki: 118,15 zł (poprzednio: 137,38 zł)
Oszczędzasz: 14% (-19,23 zł)

Dodaj do koszyka C# 3.0 Design Patterns

Tagi: C# - Programowanie | Wzorce projektowe

If you want to speed up the development of your .NET applications, you're ready for C# design patterns -- elegant, accepted and proven ways to tackle common programming problems. This practical guide offers you a clear introduction to the classic object-oriented design patterns, and explains how to use the latest features of C# 3.0 to code them.

C# Design Patterns draws on new C# 3.0 language and .NET 3.5 framework features to implement the 23 foundational patterns known to working developers. You get plenty of case studies that reveal how each pattern is used in practice, and an insightful comparison of patterns and where they would be best used or combined. This well-organized and illustrated book includes:

  • An explanation of design patterns and why they're used, with tables and guidelines to help you choose one pattern over another
  • Illustrated coverage of each classic Creational, Structural, and Behavioral design pattern, including its representation in UML and the roles of its various players
  • C# 3.0 features introduced by example and summarized in sidebars for easy reference
  • Examples of each pattern at work in a real .NET 3.5 program available for download from O'Reilly and the author's companion web site
  • Quizzes and exercises to test your understanding of the material.
With C# 3.0 Design Patterns, you learn to make code correct, extensible and efficient to save time up front and eliminate problems later. If your business relies on efficient application development and quality code, you need C# Design Patterns.

Dodaj do koszyka C# 3.0 Design Patterns

 

Osoby które kupowały "C# 3.0 Design Patterns", wybierały także:

  • Domain-Driven Design dla .NET Core. Jak rozwiÄ…zywać zÅ‚ożone problemy podczas projektowania architektury aplikacji
  • Gray Hat C#. JÄ™zyk C# w kontroli i Å‚amaniu zabezpieczeÅ„
  • Platforma Xamarin. Kurs video. Poziom drugi. Zaawansowane techniki tworzenia aplikacji cross-platform
  • Wzorce projektowe dla programistów C#. Kurs video
  • WPF. Kurs video. Om

Dodaj do koszyka C# 3.0 Design Patterns

Spis treści

C# 3.0 Design Patterns eBook -- spis treści

  • C# 3.0 Design Patterns
    • SPECIAL OFFER: Upgrade this ebook with OReilly
    • A Note Regarding Supplemental Files
    • Foreword
    • Preface
      • Why I Wrote This Book
      • Who This Book Is For
      • What You Need to Know
      • How This Book Is Organized
      • What You Need to Use This Book
      • Finding What You Need
      • Conventions Used in This Book
      • Using Code Examples
      • Comments and Questions
      • Safari Books Online
      • Acknowledgments
    • 1. C# Meets Design Patterns
      • About Patterns
      • About UML
      • About C# 3.0
      • About the Examples
    • 2. Structural Patterns: Decorator, Proxy, and Bridge
      • Decorator Pattern
        • Role
        • Illustration
        • Design
        • Implementation
        • Example: Photo Decorator
        • Use
        • Exercises
      • Proxy Pattern
        • Role
        • Illustration
        • Design
        • Implementation
        • Example: SpaceBook
        • Use
        • Exercises
      • Bridge Pattern
        • Role
        • Illustration
        • Design
        • Implementation
      • Example: OpenBook
        • Use
        • Exercise
      • Pattern Comparison
    • 3. Structural Patterns: Composite and Flyweight
      • Composite Pattern
        • Role
        • Illustration
        • Design
        • Implementation
      • Example: Photo Library
        • Use
        • Exercises
      • Flyweight Pattern
        • Role
        • Illustration
        • Design
        • Implementation
        • Example: Photo Group
        • Use
      • Exercises
      • Pattern Comparison
    • 4. Structural Patterns: Adapter and Façade
      • Adapter Pattern
        • Role
        • Illustration
        • Design
        • Implementation
        • Two-Way Adapters
        • Example: The Seabird
        • Pluggable Adapters
        • Example: CoolBook
        • Use
        • Exercises
      • Façade Pattern
        • Role
        • Illustration
        • Design
        • Implementation
        • Façade Alternatives
        • Example: Novice Photo Library
        • Use
        • Exercises
      • Pattern Comparison
    • 5. Creational Patterns: Prototype, Factory Method, and Singleton
      • Prototype Pattern
        • Role
        • Illustration
        • Design
        • Implementation
        • Example: Photo Archive
        • Use
        • Exercises
      • Factory Method Pattern
        • Role
        • Illustration
        • Design
        • Implementation and Example: Avocado Sourcing
        • Use
        • Exercises
      • Singleton Pattern
        • Role
        • Illustration
        • Design
        • Implementation
        • Example: Singleton Façade
        • Use
        • Exercises
      • Pattern Comparison
    • 6. Creational Patterns: Abstract Factory and Builder
      • Abstract Factory Pattern
        • Role
        • Illustration
        • Design
        • Implementation and Example: Gucci and Poochy
        • Use
        • Exercises
      • Builder Pattern
        • Role
        • Illustration
        • Design
        • Implementation
        • Example
        • Use
        • Exercises
      • Pattern Comparison
    • 7. Behavioral Patterns: Strategy, State, and Template Method
      • Strategy Pattern
        • Role
        • Illustration
        • Design
        • Implementation
        • Example: Sorting Animator
        • Use
        • Exercises
      • State Pattern
        • Role
        • Illustration
        • Design
        • Implementation
        • Example: RPC Game
        • Use
        • Exercises
      • Template Method Pattern
        • Role
        • Illustration
        • Design
        • Implementation
        • Example
        • Use
        • Exercises
      • Pattern Comparison
        • Pattern Comparison
    • 8. Behavioral Patterns: Chain of Responsibility and Command
      • Chain of Responsibility Pattern
        • Role
        • Illustration
        • Design
        • Implementation
        • Example: Trusty Bank
        • Use
        • Exercises
      • Command Pattern
        • Role
        • Illustration
        • Design
        • Implementation
          • Multireceiver commands
        • Example: Menu Handler
        • Use
        • Exercises
      • Pattern Comparison
    • 9. Behavioral Patterns: Iterator, Mediator, and Observer
      • Iterator Pattern
        • Role
        • Illustration
        • Design
        • Implementation
        • Example: Family Tree
        • Use
        • Exercises
      • Mediator Pattern
        • Role
        • Illustration
        • Design
        • Implementation
        • Example: Chat Room
        • Use
        • Exercises
      • Observer Pattern
        • Role
        • Illustration
        • Design
          • Push and pull models
        • Implementation
        • Example: Blogs
        • Use
        • Exercises
      • Pattern Discussion and Comparison
          • Language Support for the Iterator Pattern
          • Mediator and Observer Pattern Comparison
    • 10. Behavioral Patterns: Visitor, Interpreter, and Memento
      • Visitor Pattern
        • Role
        • Illustration
        • Design
        • Implementation
        • Example: Course Statistics
        • Use
        • Exercises
      • Interpreter Pattern
        • Illustration
          • Grammars
        • Design
          • Parsing
        • Implementation
        • Example: Mirrors
          • Efficiency
        • Use
        • Exercises
      • Memento Pattern
        • Role
        • Illustration
        • Design
        • Implementation
        • Example: TicTacToe
        • Use
        • Exercise
      • Pattern Comparison
    • 11. The Future of Design Patterns
      • Summary of Patterns
        • Exercises
      • A Future for Design Patterns
      • Concluding Remarks
    • A. Appendix
      • Pluggable Adapter Pattern Example CodeCoolBook
      • Prototype Pattern Example CodePhoto Archive
      • Iterator Pattern Example CodeFamily Tree
      • Observer Pattern Example CodeBlogs
      • Visitor Pattern Theory CodeReflection
      • Interpreter Pattern Example CodeCourse Rules
      • Interpreter Pattern Example CodeMirrors
    • Bibliography
    • About the Author
    • Colophon
    • SPECIAL OFFER: Upgrade this ebook with OReilly

Dodaj do koszyka C# 3.0 Design Patterns

Code, Publish & WebDesing by CATALIST.com.pl



(c) 2005-2024 CATALIST agencja interaktywna, znaki firmowe należą do wydawnictwa Helion S.A.