0
kicks
Using-blocks and asynchronous operations
An article showing how to create a helper method that has a similar structure to a using-block (for IDisposables), and that works with asynchronous operations. Also doubles as a walk-through for the thought process of creating the code and unit tests for it.