Tag Archives: tpl

TPL in a Unit Test? GENIUS!

How often have you created a unit test that you knew was long running (test all ___ overnight), only to find that eventually you hit a time when it never stopped, and horked up the rest of the test run? It’s happened to the best of us, I’m sure. However, thanks to .Net’s beautiful TPL,… Read More »

Async System.Net.WebClient for Windows Phone 8

Started working on a WP8 project tonight and much to my dismay, TPL was not added to System.Net.WebClient of the WP8 SDK like it was slapped all over WinRT. So what to do? Well, I did what I did when I created the Async Live SDK project, I wrapped the EAP model with the TPL… Read More »