0
kicks
Deal with try catch blocks more succinctly using Lambda Expressions
Many lines of code in C# and other imperative languages are seemingly wasted by dealing with overhead such as exception handling and the like. Here is Rick Brewster's suggestion for one way to make try catch blocks less painful.