I\'m looking for a library or source code that provides guard methods such as checking for null arguments. Obviously this is rather simple to build, but I\'m wondering if th
Install the netfx-guard nuget package. You get also code snippets notnull and notempty, and it performs as fast as your manual checks