PreviousNext

Not always IDE tip and modern functions work very well – await using EntityFramework story.

by rogaliusz, 2020-07-20T20:08:12.697Z

As You maybe know from C# 8, every class with implement interface IAsyncDisposable can be disposed of with clause await using. It’s looks pretty, modern, even very good IDE like Rider show tips Use await using what harm could there be? The answer is everything.

Read More