1 follower
I have been coding since 2011 mostly with the .NET stack, and sometimes I write about things that I find useful.
A simple "required" modifier efficiently solves mandatory property issues in modern C# versions. · Context Another thing that I recently found out about...
How to use ASP.NET Core classes in a Class Library project using the FrameworkReference element. · Yesterday, I was working on RUS, a small API project...
Learn how to use SonarCloud and GitHub Actions for efficient code analysis, enhancing code quality and security in your CI/CD pipelines. · ℹ Last update...
A comprehensive guide on creating ASP.NET Core integration tests using Docker, Docker Compose, and xUnit, with examples and best practices. · Check...