
Refit - The Better Way to Consume APIs in .NET
Stop writing the same HttpClient boilerplate for every external API endpoint - there's a cleaner way.
Master C#, .NET, EF Core, frontend, databases, and architecture.
No spam. Unsubscribe anytime.

Stop writing the same HttpClient boilerplate for every external API endpoint - there's a cleaner way.

Stored procedures - when raw SQL belongs in your database, not your C# code.

Your app is making 1501 SQL queries per request - and the code looks completely fine. Learn how to identify and fix the N+1 problem and Cartesian explosion in EF Core.