Subscribe
Role-based authorization is a powerful and efficient method of managing user access in your application.
Offset pagination, while simple and ideal for sorted data and random access, is best suited for small to medium-sized datasets.
Query Filters provide a simple and effective solution allowing global filtering rules to be applied at the entity level.
Refit simplifies API integration in .NET by providing a type-safe approach to defining HTTP clients.
Unit testing is essential for maintaining code stability, preventing regressions and ensuring confidence in changes.
The Decorator Pattern is a powerful way to extend functionality while keeping code maintainable.
When building APIs, handling HTTP requests typically requires multiple steps, such as authentication, logging, error handling and more.
A key drawback of Minimal APIs is the lack of built-in structure, which we will try to address in this blog post.