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,...

Author: Alex Lazarev 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:...

Author: Alex Lazarev 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...

Author: Alex Lazarev 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...

Author: Alex Lazarev Date: 05/20/2017