Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Is there a way to design this "static class" so that it is thread-safe?

c# Entity Framework when should I use an new dbContext?

same function return multiple values in terms of objects, array or function in javascript via design pattern? [duplicate]

Template method pattern - prevent direct method calls in derived classes

In POSIX, why can't a single condvar be used with multiple mutexes?

Calling another repository directly from a service?

Creating interdependent objects

php design-patterns oop object

JavaScript, call private function as a string inside public method without using eval (Revealing pattern)

What is a bit pattern?

Using multiple databases in one application

Is this the best use of the Adapter pattern?

c# design-patterns

Which pattern should I use for my unique instance of the User class?

php oop design-patterns

How to use a specification pattern for my requirements?

Composite design pattern parenting components

design-patterns composite

.net application architecture [closed]

Providing a Read Only List of Classes in C#

c# design-patterns

Extends an abstract class to an enum - Strategy Pattern

Java Transfer Object, what is it?