Nieuws

Why use the proxy design pattern? The proxy design pattern can be used in situations where you would like to defer instantiation of a class until the time it is needed. The proxy is an object that ...
Andras Nemes, a web developer on the .NET platform, is doing a series of blog posts on the SOLID design principles and other design patterns he has found interesting in object-oriented programming ...
Take advantage of the strategy design pattern to encapsulate a set of algorithms inside a class and vary them based on input ...
The Facade pattern is a common software design pattern used to create a simple unified interface for a set of interfaces in a system. The Facade interface is a higher-level interface that allows ...
Practical .NET Architecting Services with Design Patterns As the number of your services expands you're going to need to start thinking about how to organize them. Applying these two design patterns ...