Code Snippets from Work and Play Volume II
Welcome to Volume II of Code Snippets from Work and Play. See here for the first installment. Let's start with an improvement over our TryCatchMethod extension method: TryCatchMethod with Func and "Continuation" Method [crayon-5ad9f9c05a55e777501456/] This overload is a Func with "continuation" Action and a couple other options. Use it like this: [crayon-5ad9f9c05a569794726222/] Very handy and [...]