Read it #16

.NET Core/Standard Auto Incrementing Versioning
Would you like to autoincrement your api? Maybe this article will be useful.
C#

Null API Responses and HTTP 204 Results in ASP.NET Core
Do you know that ASP.NET Core 3.x returns HTTP 204 (No Content) if you return null? Maybe you should read it 😉
C# ASP.NET Core

CQRS + Event Sourcing – Step by Step
Short description about CQRS and event sourcing
CQRS

How Usernames and Passwords Got so Complicated
Video about users and passwords 🙂 Author shows username and password-based authentication strategies.
C# security

The Order of Interfaces Is Important for Casting Performance
Interesting article about order of interfaces and casting performance.
C#

Nullable Reference Types in C# 8
Another article about nullable reference types in C# 8.
C#