Ever wanted to add your own methods to Object...or any other type for that matter? I've recently started playing around with Extension methods in C# and they're pretty damn cool. To add your own method to a Type: First create a static class, and inside
Read More...