News

Take advantage of the null object pattern in .NET to eliminate the need for null checks and avoid runtime errors in your applications. You might often encounter null reference exceptions in your ...
This pattern can be used to implement behavior where you need asynchronous wiring (event notification) between objects. We’re implementing this pattern in the EventDelegate namespace.
“A design pattern describes the classes and interacting objects used to solve a general design problem in a specific context.”. Some developers define a design pattern as a class-encoded ...