This article introduces briefly the design of the logging infrastructure in general. Although some part of the article is written in the the context of Xamarin with MvvmCross, Serilog is available across .NET Framework and .NET Standard, so most of the following content can apply to the whole .NET ecosystem in general.
Read MoreMonth: October 2019
Utilizing HTTP response status code for your API
If you are building REST API via HTTP, your status codes should assist clients on choosing what to do next, even before the client read the response body or headers.
Below are some conventions that I found useful for my own project.
Read More