Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

How to share the same context between commands in Command-Pattern with C#?

Singleton or not

What is it in MVVM that makes it particularly appealing for managed WPF and Silverlight but not native C++?

c# .net c++ design-patterns mvvm

When and How Strategy pattern can be applied instead of decorator pattern?

How to implement Strategy Pattern in Go?

R: How to select files in directory which satisfy conditions both on the beginning and end of name?

r design-patterns

Populating a zoo object with animal objects using enum in Java

java design-patterns

What is the difference between intrinsic and extrinsic state as described in Flyweight Pattern?

Registry pattern Vs Service locator pattern Vs Dependency Injection Container

Why singleton breaks open/closed principle?

Design Patterns... Where to start? (Some real-world samples)

.net design-patterns

Original article from the C++ report 95 about the CRTP online anywhere?

c++ design-patterns

Entity classes decoupled from LINQ to SQL provider for implementing the Repository pattern. How?

C++: Difference between NVI and Template Method Patterns?

Factory Pattern to build many derived classes

Builder pattern validation - Effective Java

Should we use foreign-key constraints when persisting Domain Models?

C# - Relation between UDPClient and Socket

Singleton with subclassing in java

Practice your micro-architectural skills [closed]