News

Learn how you can use value objects in C# to improve the clarity, structure, and maintainability of your code.
Take advantage of the NULL Object pattern to avoid writing too much boilerplate code in your application when checking for null values ...
Reference objects aren't just useful when memory is at a premium; they can also be used to provide slick caching abilities to any application.