It came to my knowledge about the FrozenCollection (System.Collections.Frozen) on .NET 8. This collection is something we need to get attention on. In this article,…
C#
SQLite Database Test – .NET 8
I believe you have seen companies that run their integration tests on a real instances of SQL Server. This is an old practice that some…
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…