Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

What is the "Smart UI Anti-Pattern"?

Using Microsoft's Application Blocks

C++ Strategy Design Pattern, making an interface array

Test Data Builder pattern: more useful or more upkeep?

Which implementation of Iterator should I use in PHP, and why?

What is the alternative to excessive use of the dot operator in Obj-C?

Set parent's status bar text?

design-patterns qt

Is it possible to "extend" the property "class"?

What is the simplest way to do background tasks in Windows.Forms?

C# Design Pattern - How to write code based on highly configurable user selections

c# design-patterns

Singleton in Conjunction with the Factory Pattern in PHP5

Is there a better design pattern/method to use?

c++ xml design-patterns

Composite + Chain of Responsibility example

What is the best-practice way to use LINQ to SQL in a C# application? [Design-pattern]

Several C++ classes need to use the same static method with a different implementation

c++ design-patterns

The difference between a bridge and an interface

design-patterns

Undo Redo in WPF/C# in an already functional application

Is modeling a database model a good approach for designing complex and large enterprise application?

What is the recommended practice for writing procedures with re-usable code?

Concurrent access of Singleton in java