Get rid of many DTO files

In many projects I’ve worked, there’s usually a folder with a lot of DTO class files. I believe that keeping many files at the solution…

Carter Framework + Minimal APIs

On 2023, Microsoft released the Minimal APIs, a powerful tool to create fast and light APIs with less dependencies from other libraries. From official Microsoft…