Do Away with Static Image Placeholders with BlurHash on Xamarin
What do you show while images load? BlurHash gives you nice blur previews instead of boring placeholders.…
A collection of 9 posts
What do you show while images load? BlurHash gives you nice blur previews instead of boring placeholders.…
Watch a recorded demo on C# async pitfalls, async streams, and System.Threading.Channels from DDD North.…
Use 'using static' with Microsoft.AspNetCore.Http.StatusCodes for cleaner, more readable HTTP status code references in ASP.NET Core.…
Exploring how to implement Go's defer keyword in C# 8.0 using IDisposable and the new using declaration syntax.…
C# 8.0 isn't officially supported on .NET Standard 2.0, but that doesn't mean we can't use it anyway.…
Learn how to use System.Text.Json's JsonDocument API for efficient, low-allocation JSON parsing with asynchronous stream support in .NET.…
How to use JustEat's HttpClient Interception library to write effective unit tests for typed HTTP clients in .NET.…
Generate typed HTTP clients from Swagger/OpenAPI specs using NSwag, configured for use with HttpClientFactory in ASP.NET Core.…
A random collection of async tips I've picked up over the years that you might not have seen before.…