Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Does it makes sense to use state pattern with virtual proxies?

Pattern for saving and writing to different file formats

design-patterns file-io

Best practice when you need two user controls (winforms) to communicate

PHP Patterns - Service/Model/Mapper/Dao Examples?

php design-patterns

XSD pattern to match a priority order of comma separated words

xsd design-patterns

Which of these examples represent correct use of DDD?

Static members class vs. normal c-like interface

Service layer = Application layer = GRASP Controller layer [closed]

What is a decent way of injecting a dependency to a singleton class?

Is there a standard design pattern for ExtJS

Design pattern for a base controller with dependecy injection - MVC 3 + Ninject

Bridge Pattern - benefit of compilation in Java?

Factory methods and private variables

What is the best way to communicate between a WCF service and separate threads?

Should a C library offer ability to use custom memory allocators?

c design-patterns malloc

Generating an XML document from Java objects where the structure is very different

Single-use object: yea or nay?

c# oop design-patterns