Post

Here are 7 things I always set up on new .NET projects: Central package management, Code quality (static analysis), Code style (.editorconfig), Build configuration, Containerization, CI/CD, Tests. After this, I'll introduce some orchestration support for easier local.

#DotNet #BackEnd #SoftwareDevelopment