If you have an Api that modifies the core data of a system, you need to log every call to that. In addition, If your system accepts input from a 3rd party system, Or sends an output to a 3rd party system, you also need proper logging in case of a dispute happens in the … Continue reading How to Audit Your ASP.NET Core WebApi
csharp
How to Build a Quick UI for Your Restful API + Howto Cheatsheet
Apis are technically built for other softwares to interact with. But in reality, humans (developers) interact with it a lot too. It's quite important for an Api to ease the interaction for both softwares and humans. But how?
Why You Should Always Use Curly Braces For Single Statement Blocks In C#
Some say it is a personal preference and it's not a big deal. I'd say it is not a personal preference anymore to omit curly braces for single statement blocks ... here is why