Validating API input in ASP.NET Core 1.1 with FluentValidation

January 14, 2017 by Michael

Writing code to validate input is quite possibly one of the most tedious task ever created. Thankfully we are far from the days of having to manually handle that task.

0 Comments

Error Logging Using Serilog, Elasticsearch 5, and Kibana 5

November 11, 2016 by Michael

Structured event data always struck me as one of those neat features that wasn’t really needed. However, once you start using something like Elasticsearch the power of structured event data quickly become evident.

0 Comments