Property Based Testing your API Response Types with F#
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...…
A collection of 5 posts
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...…
When building a web server in ASP.NET Core, the APIs that deal with status codes are int based, there are multiple ways to express a status code in...…
In my last post [https://stu.dev/generating-typed-client-for-httpclientfactory-with-nswag/] I showed how to automatically generate a typed client for...…
I spend a lot of time persuading people that F# is not about maths and finance, it's a great general purpose language that shines in many areas (such...…
Starting with C# 7.0, there is basic pattern matching support. I want to look at using this to interop with F# Discriminated Unions, and see what...…