AOP – using PostSharp attributes with async Task/Task<T> methods
NOTE: if you’re unfamiliar with how PostSharp works under the hood, I highly recommend that you check out Dustin Davis‘ excellent PostSharp Principles series of blog posts here. The Problem The new async/await keywords in C# are pretty awesome, and makes life an awful lot easier when writing asynchronous and non-blocking IO code. However, for …
AOP – using PostSharp attributes with async Task/Task<T> methods Read More »