News

Take advantage of extension methods to add functionality to existing types without needing to modify or derive from those original types.
This article discusses how we can take advantage of PostSharp to validate the parameters of methods in C#. To work with the code examples provided in this article, you should have Visual Studio ...