Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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]

Timeout pattern on task-based asynchronous method in C#

Double hashing passwords - client & server

How do I design a Data Access Layer appropriately?

Lazy-loaded singleton: Double-checked locking vs Initialization on demand holder idiom

Strategy Pattern with Different parameters in interface (C#)

Resources for Learning Design Patterns [closed]

c# asp.net design-patterns

Is Inversion of Control specific to OO languages?