Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

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

How should I trigger alerts from the ViewModel?

.net design-patterns mvvm

Which pattern would I prefer?

Design pattern for "Read, Process, Save" pattern?

c# 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#?