Articles by tag: aspnet-core
Rate limiting ASP.NET Core: setup and algorithms
Learn to set up rate limiting in ASP.NET Core: algorithms, policies, queues, rejections. Complete guide for middle/senior devs with code examples. Protect API from overloads.
DDD in ASP.NET: scalability issues after 30 aggregates
Breaking down why classic DDD with EF Core slows down in projects with 30+ aggregates: heavy queries, specifications, transactions. Hybrid approaches for optimization. Learn how to speed up development.