New posts in design-patterns

What is the design pattern for processing command line arguments

Need an ASP.NET MVC long running process with user feedback

Ensuring task execution order in ThreadPool

Should an object write itself out to a file, or should another object act on it to perform I/O?

What's the point of a logging facade? [closed]

Switch statements are bad? [closed]

What is the purpose of a delegation pattern?

Is global constants an anti-pattern?

Where do I put a database query in MVC?

Android Button setOnClickListener Design

How to hint users to do the allocation in out parameter?

Python Observer Pattern: Examples, Tips? [closed]

javascript: execute a bunch of asynchronous method with one callback

Transactions in the Repository Pattern

Ruby design pattern: How to make an extensible factory class?

What is the right MVC diagram for a web application?

Properly calling the database from Model in an MVC application?

Zero SQL deadlock by design - any coding patterns?

When should the Singleton pattern NOT be used? (Besides the obvious)

Strategy Pattern with no 'switch' statements?