Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Is there a data storage pattern similar to mipmaps in graphics?

abstract method signature, inheritance, and "Do" naming convention

when to use the abstract factory pattern?

Locking an android phone (lock pattern or similar)

Will the Factory Pattern solve my problem?

c# design-patterns

Ways to handling huge transactions on any database?

Is there a name for this pattern?

difficult architectural problem involving recurring payments and future events

What is the best practices of making a repository class with EF4 code first?

Finding pattern in large binary file using C or C++?

What is the benefit of this .Net pattern

Observer pattern - when to

Undoing Changes in Bound Objects with C#

Prevent malloc/free to be compiled for embedded projects

Object initialization and object factories in C++

Is it a code smell that a repository has change events?

mvvm light Messenger.Default.Register in View codebehind?

How to avoid overusing design patterns? [closed]

design-patterns

Does an Anemic Domain Model mean you can't use utility/support classes as "helpers" for your domain model?

Which is the best way to add a retry/rollback mechanism for sync/async tasks in C#?