Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Should I care that passing in a class representation of an XML settings file violates the law of demeter?

What are the best practices for preventing SQL creep?

Design choices for integrating license handling

c# .net design-patterns

Singleton pattern using its methods in different threads

JSF MVC design question

design-patterns jsf

How do I mock a class that another class is responsible for instantiating?

WCF Service design pattern

wcf design-patterns

Asynchronous programming design pattern

Where does an IRepository interface belong?

design-patterns

Where should Unity containers be created and references be resolved?

Template method pattern with implementation specific parameter type

Pattern to initialize base class in derived class constructor (or factory)

difference between facade and business delegate pattern

Pattern for storing multiple types of struct in a C++ std::<vector> container

c++ design-patterns

What is the best way to refactor code with many if and duplicated logic for extracting a value from different Controls classes

What Design Patterns are present in the .NET Entity Framework? [closed]

php oop MVC design - proper architecture for an application to edit data

Which design pattern is used to give a class extra properties?

c# winforms design-patterns

Inversion of control and Dependency Injection

Database design with dynamic fields: single table vs many tables - many indexes