New posts in design-patterns

Implementing standard software design patterns (focus on MVC) in R

What would a Log4Net Wrapper class look like?

what is the difference between a view model and a data transfer object?

Static factory methods vs Instance (normal) constructors?

Domain Driven Design and the role of the factory class

What is this practice called in JavaScript?

Is it bad practice to allocate memory in a DLL and give a pointer to it to a client app?

Difference between @Delegate, @Mixin and Traits in Groovy?

Polymorphism vs Strategy pattern

What are the differences between Presenter, Presentation Model, ViewModel and Controller?

When are design patterns the problem instead of the solution? [closed]

Creation of Objects: Constructors or Static Factory Methods

Using a Strategy and Factory Pattern with Dependency Injection

Advantages of Java's enum over the old "Typesafe Enum" pattern?

Singleton pattern (Bill Pugh's solution)

CQRS Examples and Screencasts [closed]

Conditional Builder Method Chaining Fluent Interface

Can't seem to understand SOLID principles and design patterns [closed]

Do constructors always have to be public? [duplicate]

Entity Framework Specification Pattern Implementation