0
kicks
Using extension methods to hide infrastructure code
A blog post showing an example of using extension methods to encapsulate repeating patterns of "infrastrucure code" (such as try-catch blocks), allowing the core methods in the code to appear a bit cleaner and easier to read and understand.