News

This article presents a discussion of the mediator design pattern and how it can be implemented using C#. Imagine an application in which there are many objects that are communicating with each other.
Design patterns allow you to exploit the experience of your predecessors using proven arrangements of objects. If you’ve ever used a C# interface, Java interface, or a C++ abstract base class ...
The Builder Pattern is a common software design pattern that's used to encapsulate the construction logic for an object. This pattern is often used when the construction process of an object is ...
EJB Design Patterns goes beyond high-level design pattern descriptions into critical EJB-specific implementation issues, illustrated with source code implementations. The book contains a catalog of ...
From variables to inheritances to what JavaScript patterns you really need to know, C# MVP Ben Hoelting offers his top tips for C# coders looking to use JavaScript to build complex client-side Web ...
Take advantage of the specification design pattern in C# to improve the modularity, maintainability, and reusability of your source code. Whеn wе work in business applications, our job is to ...