ETag in .NET Minimal API
I implemented ETag in my .NET Minimal API server today. If you don’t know what an Entity Tag is, google has plenty of suggestions. The simple explanation is that There are many good articles showing how to implement them in .NET Core or middleware. But I wanted Minimal API and didn’t want to do it […]