Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

C++ avoiding manually calling base class function

creating objects and polymorphism

Why should I use IQueryable<T> over List<T> in LINQ to SQL [duplicate]

Does Liskov Substitution Principle also apply to classes implementing interfaces?

Stackoverflow error on Javascript toJSON custom method

Generic DAO pattern implementation Design

Unable to reduce cyclomatic complexity in a Factory method without using reflection

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