New posts in design-patterns

General Rule for When to Implement IDisposable

MVVM show new window from VM when seperated projects

When to use the CQRS design pattern?

Data Access Layer design patterns

Benefits and drawbacks of method chaining and a possibility to replace all void return parameters by the object itself

Android MVVM Design Pattern Examples

JavaScript design pattern: difference between module pattern and revealing module pattern?

Are the roles of a service and a façade similar?

How to automatically register a class on creation

Command Pattern : How to pass parameters to a command?

Differentiating between domain, model, and entity with respect to MVC

How do you know when to use design patterns? [closed]

When should I use composite design pattern?

Multiple Aggregates / Repositories in one Transaction

How to implement SOLID principles into an existing project

Is there a recommended way to use the Observer pattern in MVP using GWT?

Design pattern for "retrying" logic that failed?

Android: how to create a background from pattern?

What's the point of the Prototype design pattern?

What are the differences between proxy, wrapper or a façade classes