Building a Native AOT .NET API with Dapper AOT
Modern backend systems demand fast startup, low memory usage, and container-friendly architectures. One interesting combination in the .NET ecosystem is Native AOT + Dapper.AOT, which allows building

Search for a command to run...
Articles tagged with #dotnet
Modern backend systems demand fast startup, low memory usage, and container-friendly architectures. One interesting combination in the .NET ecosystem is Native AOT + Dapper.AOT, which allows building

Modern backend systems rarely work in isolation. Most APIs depend on external services such as payment providers, weather services, authentication servers, or other microservices. But what happens whe

Lessons about legacy systems, refactoring strategies, and the mindset shift between product teams and consulting engineers.

In modern software development, making sure our applications are maintainable, testable, and scalable is crucial. One tool that has become popular for achieving these goals in .NET applications is MediatR. MediatR helps implement the mediator pattern...
