Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

What is the motivation for type-classes in Scala?

Should Service Layer methods expect instances or id's?

Haskell design encompassing several monads

design-patterns haskell

Decorator pattern in C# without Inheritance. Is this correct?

What is the most common design patterns for any windows forms application? [closed]

c# winforms design-patterns

What is the difference between Registry and Repository from SOA point of view?

Java Abstract Class or Static Utility Class Design Choice

java design-patterns oop

Is data binding fundamentally incompatible with MVC?

Repository pattern - too many methods

c# design-patterns

Is Pushing Feature Branches to Origin Good Practice?

git design-patterns

Is there an established pattern for SQL queries which group by a range?

unity or unity.mvc4 for MVC4 application

Refactoring Code to avoid Type Casting

Pattern for sequence of steps with no common interface

java design-patterns

Techniques for adding Achievements to business class software

Best design practices for .NET architecture with LINQ to SQL (DAL necessary? Can we truly use POCOs? Design pattern to adopt?)

In Strategy Pattern, can't we make each strategy as a function but not as a class?

design-patterns

Make a Method of the Business Layer secure. best practice / best pattern

"Journaling" or "transactions" design pattern? [closed]

Ocaml pattern matching multiple elements in a list at once