A quick comparison of data types, classes, objects, records, and interfaces in C# and Python, designed for .NET developers learning Python.
Continue reading
Aren’t you tired of adding manual logs to your HTTP APIs to log HTTP requests and responses? By using a built-in middleware in ASP.NET, you will be able to centralize logs management and have a clear view of all the incoming HTTP requests.
Continue reading
Seq is one of the best Log Sinks out there : it’s easy to install and configure, and can be added to an ASP.NET application with just a line of code.
Continue reading
C# devs have the bad habit of creating interfaces for every non-DTO class because «we need them for mocking!». Are you sure it’s the only way?
Continue reading
As you know, you should always validate input models. Therefore, you should create Unit Tests to test the data validation. Let’s learn!
Continue reading
A Git commit represents the status of a system. Learn how to validate that your code builds, is well-formatted, and all the tests pass by adding a Git hook!
Continue reading