Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

MVC: Correct pattern to reference objects from a different model

Why having a separate module for types?

Is using TransactionScope in Entity Framework queries a good idea?

Difference between Layers and Pipes and filters?

design-patterns

Should viewmodels contain static functional methods?

Is grouping multiple @Service and @Repository classes into wrappers an anti-pattern?

Fast undo/redo with memento/command pattern?

Evidence based studies on the topic of best programming practices? [closed]

design-patterns tdd agile

Why common PHP frameworks use a central Core?

What is the difference between all-static-methods and applying a singleton pattern?

What Design Patterns I Should learn before starting Android Development

Is the MVC-pattern a pure presentation-tier pattern?

.Net interface for a known return type, but unknown type/number of parameters

Please suggest an e-book for anti design pattern?

c++ design-patterns

Design pattern for a large nested switch statements

A design pattern to avoid multiple ifs

OOP design : Car - Connection between Tank and Engine

Avoid exposing implementation details when implementing an observer pattern in Java?

DI Control-Freak anti-pattern: Having trouble understanding

What pattern is being done in the Global.asax.cs file in ASP.NET MVC 4?