New posts in design-patterns

Why doesn't generic ICollection implement IReadOnlyCollection in .NET 4.5?

Are Doctrine2 repositories a good place to save my entities?

what is context object design pattern?

Java Web Application Configuration Patterns

Fluent Interfaces - Method Chaining

How to check for default DateTime value?

Raise Events in .NET on the main UI thread

What is the Scala equivalent to a Java builder pattern?

MVC (model-view-controller) - can it be explained in simple terms? [closed]

clean C++ granular friend equivalent? (Answer: Attorney-Client Idiom)

Why doesn't more Java code use PipedInputStream / PipedOutputStream?

MVVM: ViewModel and Business Logic Connection

What is Model View Presenter? [closed]

Difference between the Composite Pattern and Decorator Pattern?

How to handle different logic in an if block with out duplicating code?

Javascript - if with asynchronous case

Strategy Pattern V/S Decorator Pattern

MVVM Madness: Commands

Parcelable and inheritance in Android

Difference between Request MVC and Component MVC [closed]