New posts in design-patterns

What are the known ways to store a tree structure in a relational DB? [closed]

Decorator pattern versus sub classing

How to crate a list of objects and execute them one by one?

Specification pattern with Entity Framework generic repository pattern

What are the DAO, DTO and Service layers in Spring Framework?

Can you explain the Context design pattern?

What's the difference between Red/Black deployment and Blue/Green Deployment?

Alternatives to the MVC [closed]

What's the use of the SyncRoot pattern?

Generating an interface without virtual functions?

Implementing the Producer/Consumer Pattern in C#

How can you organize the code for a game to fit the MVC pattern?

What are Dynamic Proxy classes and why would I use one?

Why would I ever use a Chain of Responsibility over a Decorator?

What is the difference between event driven model and reactor pattern? [closed]

Best way to manage the ProgressDialog from AsyncTask

Builder pattern equivalent in Python

What is composition as it relates to object oriented design?

Android MVP: What is an Interactor?

Design patterns: exception / error handling