Managing Package Versions Centrally
> TL;DR - Microsoft has quietly shipped the ability to centrally manage package versions in the latest .NET Core SDK, in this post we'll look at some...…
My name is Stuart Lang. I am a software engineer passionate about F#, C# and .NET. I love attending and helping run community tech events, and contributing to open source.
> TL;DR - Microsoft has quietly shipped the ability to centrally manage package versions in the latest .NET Core SDK, in this post we'll look at some...…
When building a content rich mobile app with lots of imagery, what we often do make a web request that returns some JSON of content containing image...…
I recently gave a talk at DDD North [https://www.dddnorth.co.uk/] talking about some pitfalls in async in C#, and covering Async Streams and...…
When we maintain a library that's used by others, we want to shield them from breaking changes and use SemVer as a way of indicating breaking changes...…
In this post I'll be looking at an F# ASP.NET Core web app and a technique for ensuring correctness when taking a contract-first approach with...…