Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Make my C++ Class iterable via BOOST_FOREACH

Avoiding Brackets for Class Template Having Default Parameter

Model-View-Presenter and Android Application Design

What is the purpose of having such complicated C++ class design?

c++ design-patterns

How do I write a Java text file viewer for big log files

Is there a standard pattern to follow when waiting for N number of async methods to complete?

Should business logic layer implement authorization & authentication?

asp.net design-patterns

Does the MVP framework included in GWT 2.1 make other GWT MVP frameworks redundant?

Good books and resources on data parallel programming and algorithms [closed]

MVC pattern: which is better? For views or controllers to create and reference the other?

Difference aggregation, acquaintance and composition (as used by Gang Of Four)

oop design-patterns

Where should the android service calls and calls to GoogleAPIClient be written while using MVP pattern in android?

Bridge- vs Strategy-Pattern

Repository pattern: Implementation and lazy loading of model relationships

How to keep an instance of a Dependency Injection Container (PHP)

Application upgrade in a high availability environment

Best practices with Unit testing on Third Party software API's (AutoCAD)

MVC - Separation of Concerns

Extension methods (class) or Visitor Pattern

c# design-patterns

Implement a generic repository pattern using old ado.net