Favorites
b/v-tutorialsbyahabeta

Design Patterns in C# (Path)

This post was published 2 years ago. Download links are most likely obsolete. If that's the case, try asking the uploader to re-upload.

Design Patterns in C# (Path)

Steve Smith (et al.) | Duration: 14h 42m | Video: H264 1280x720 | Audio: AAC 48 kHz 2ch | 2,44 GB | Language: English

Design patterns have evolved from years of experience in resolving frequently encountered problems when writing object-oriented software. These patterns are templates that provide developers with a blueprint on how to create flexible, easily maintainable applications.

Like a building, design patterns can differ in style and form but not in purpose. Their purpose remains the same; to provide a solid structural framework for an application.

Each of these courses will focus on a specific design pattern. By the end of each course, you will understand how the different components of the design pattern work together and how to use them in your own applications by demonstrating real-world practical step-by-step examples written in C#.

List of courses

Behavioral
Behavioral design patterns are concerned with algorithms and the assignment of responsibilities between objects.

Design Patterns Overview
C# Design Patterns: Strategy
C# Design Patterns: Singleton
C# Design Patterns: Command
C# Design Patterns: Bridge
C# Design Patterns: Null Object
Specification Pattern in C#
C# Design Patterns: State
C# Design Patterns: Data Access Patterns
C# Design Patterns: Mediator
C# Design Patterns: Chain of Responsibility
C# Design Patterns: Template Method
C# Design Patterns: Visitor
C# Design Patterns: Memento
C# Design Patterns: Rules Engine Pattern

Creational
Creational patterns provide various object creation mechanisms, which increase flexibility and reuse of existing code.

C# Design Patterns: Builder
C# Design Patterns: Prototype
C# Design Patterns: Factory and Abstract Factory

Structural
Structural patterns explain how to assemble objects and classes into larger structures while keeping these structures flexible and efficient.

C# Design Patterns: Facade
C# Design Patterns: Decorator
C# Design Patterns: Composite
C# Design Patterns: Adapter
C# Design Patterns: Flyweight
C# Design Patterns: Proxy

Homepage

Screenshots

Design Patterns in C# (Path)

No comments have been posted yet. Please feel free to comment first!

    Load more replies

    Join the conversation!

    Log in or Sign up
    to post a comment.