Alex Lazarev's blog
Disposable, Finalizers, and HttpClient
In this essay I wanted to share some investigation that I've done on the topic of C# Disposal,...
Date: 12/29/2017
Access to modified closure in Resharper/C#
We all know that Resharper complains about modified closure when you write something like this:...
Date: 05/21/2017
Fun with pure C# and monads
We are all fascinated by pure languages like Haskell, but unfortunately have to code in C#. We could...
Date: 05/20/2017
Fun with ConfigureAwait, and deadlocks in ASP.NET
Coworker and I investigated a cool issue with deadlocks we found some time ago when porting some...
Date: 05/20/2017