Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Calculating bytes per second (the smooth way)

How to decide the right design pattern for a .NET client app that will eventually share code with a web app?

Trying to understand the wikipedia strategy pattern example using new Func<int, int, int>

Design considerations for temporarily transforming a player into an animal in a role playing game

Can a ViewModel talk to View in MVVM pattern?

Looking for design patterns to isolate framework layers from each other

Correct use of Repository / Service Classes

Should entities have the capability to draw themselves? [closed]

c# design-patterns

Combining Strategies in a Java Strategy Pattern

Restrict Access of method calling in Java

java design-patterns

Is the Chain of Responsibility used in the .NET Framework? [closed]

c# design-patterns

Should a DTO/POCO have a constructor and private setters on all properties?

Complex SQL design book [closed]

Implementing the Command Pattern using C# Action delegate

Repository design pattern

Is it a test smell to mix in real implementation and mocks?

Delegates vs. Observer patterns [closed]

c# design-patterns

Authentication model for Android application

Superclass and subclass each with it's own interface

java design-patterns

ContentProvider with multiple tables