Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

augment the factory pattern in java

Is there a way of using one method to handle others to avoid code duplication?

c# .net design-patterns

Design(How-to) of classes containing collections of other classes

How do I make my Factory's Header not dependent on the templated objects it creates?

How do I replace a pattern using T-SQL?

sql replace design-patterns

Best practice Error handling

Unit of work, rollback options

How to Make a "Dashboard" Utility that Accepts Modules/Add-Ins

c# design-patterns module

What is the advantage of the MVP pattern (GWT)

C# Microkernel pattern example

OOP Design Question

oop design-patterns

Implementation differences between MVP Passive View and Supervising Controller for collections

Use Enum or String for a static factory method?

What design pattern to use for a client of API?

Advantages of using standard .Net Async patterns?

proper way to abort a blocked thread

Strategy to display very wide table [closed]

Is there a name for this pattern with closures?

Static variables inside instance methods - How to fix that?

c++ oop design-patterns static

What is the preferred way to managing order in the builder pattern?

c# design-patterns nunit