Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Common Interface with Different Return Types [Java]

Ok to use adapter pattern on concrete classes?

java oop design-patterns

Is change-tracking in ORMs a necessity or a luxury, in the context of web apps?

design-patterns orm ado.net

Why do I need the Singleton design pattern?

c# .net design-patterns oop

"ASP.NET Webforms MVP" as an alternative to "ASP.NET MVC" [closed]

How to pass errors from model to controller in zend framework

How do I correctly use generics in this case?

Why use IoC / DI if concrete classes are known?

Parent wrapping child class method

Considerations to architect well designed dependencies

should the builder reset its build environment after delivering the product

Static class vs. Instance of the class

c# design-patterns

Preventing the browser from showing the query re-submit dialog on refresh

MVP vs. Presentation Model, which one is better?

Common code when overriding abstract methods - Design issue

Web Service ‘mandatory/optional’ fields: XSD Design time vs Runtime

Thread pooling and multi core systems

Is it wrong to give permission other classes to change fields?

.net design-patterns

Access rights database design

Can Model Observe View?