Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Factory class returning a generic interface

Should DTOs use inheritance or composition

Where should my models live? Web tier or Data tier? (MVC + NHibernate)

Best websites for design patterns? [closed]

design-patterns

Select / Insert version of an Upsert: is there a design pattern for high concurrency?

Prototype Pattern in Java - the clone() method

Singleton class in a static library

Singleton Inheritance

design-patterns singleton

Exactly how slow are C, F, L, l and M of PatternLayout (log4j)?

C# Dto constructor and dependency injection

MVC repository pattern design decision

Which are common DDD (Domain-Driven Design) patterns?

What is System.Lazy<T> and the Singleton Design Pattern

design-patterns c#-4.0

Difference between pool and cluster

Design pattern for checking collision between shapes

c# design-patterns

Should I stop using abstract base classes/interfaces and instead use boost::function/std::function?

c++ stl c++11 design-patterns

Framework / Design pattern for business rule validation [closed]

What is the best method for making database connection (static, abstract, per request, ...)?

Writing my own implementation of stl-like Iterator in C++

Design pattern for large decision tree based AI in c++