Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

strategy pattern in C#

How to mark a method obligatory?

Fragments seems to be overkill? No MVC architecture possible?

Design Patterns used in WPF

wpf design-patterns

Difference between Strategy Pattern and Adapter

Why toBinaryString is not an instance method in Integer class?

java design-patterns

Are there concurrent designs where the actor model isn't good for?

Using Dependency Injection without any DI Library

Should the strategy pattern be stateless?

When do I use abstract classes versus interfaces with regards to dependency Injection?

c# .net oop design-patterns

Difference between Value Object pattern and Data Transfer pattern

C# try catch pattern help

C++: Bad practice to use friend classes instead of writing getters / setters?

Creating a singleton in Delphi using the new features of D2009 and D2010

Virtual Methods or Events in C#

c# design-patterns

Is INTERPRETER an anti-pattern?

C# Auto Property - Is this 'pattern' best practice?

Fast undo facility for bitmap editor application

How to force derived class to call super class method at multiple layers?

java design-patterns