ASP.NET Core Web API Conventions
Use the ASP.NET Core Web API Conventions to easily add standard response codes to your controller methods

When it comes to building web applications (particularly APIs), standards matter.
As an architect, I want to be able to dictate to my teams what types of API status codes should be returned under various…