extension methods Using extension methods to keep things DRY - Part 1 I'm a big fan of DRY (Don't Repeat Yourself). If you find yourself writing the same code again and again, you should see if you can extract that code out to a method to prevent you from repeating the same code often. A pet peeve of