My Apps
-
Recent Posts
Archives
Categories
Negative Eddy on Twitter
- @pauliom :) this is a variant of something I got from someone on the Bing team. There are other patterns to do it b… twitter.com/i/web/status/1… 22 hours ago
- @pauliom dont know if you ever saw this but I hate the "configureawait everywhere" mantra too. its has code smell t… twitter.com/i/web/status/1… 23 hours ago
- @pauliom The bigger point though is that there is a better way than ConfigureAwait(false) everywhere 1 day ago
- @pauliom True, but I keep seeing the discussion around, "you don't need configureawait b/c NET Core" You have to pr… twitter.com/i/web/status/1… 1 day ago
- And ASP.NET's context is an odd duck, every continuation can actually run on a different thread, bu… twitter.com/i/web/status/1… 1 day ago
Meta
Monthly Archives: September 2015
Tasks are (still) not threads and async is not parallel
[cross posted from my MSDN blog] I talk to a lot of developers who are either new to .NET or are moving from an older version to the newer platform and tools. As such I’m always trying to think of … Continue reading
Posted in Dev Stuff, Programming
2 Comments