sr.hashnode.devImprove ASP.NET Core API Performance with Response CompressionIntroduction Have you ever wondered how you can boost your API performance with just a few tweaks? One way to enhance your API is by compressing the response to reduce its size. Making the response smNov 6, 2025·3 min read
sr.hashnode.devUnderstanding the Builder Pattern in C#: A Practical Guide for DevelopersIf you’ve ever created a complex object in C# with multiple optional parameters or configurations, you’ve probably faced the pain of constructors with too many arguments or messy initialization code. Oct 13, 2025·7 min read
sr.hashnode.devImplementing Memory Guard in ASP.NET Core API: Tips for Setting Optimal ThresholdsWhy Memory Guard Matters in Real‑World APIs If you’ve been running ASP.NET Core APIs in production for any length of time, you’ll know that memory issues rarely announce themselves politely. They creeSep 5, 2025·4 min read
sr.hashnode.devASP.NET Core 8 + IIS + EF Core: Proven Memory Management Practices for High‑Performance APIsWhen you’ve been building and running APIs for years, you learn that memory management isn’t just about avoiding crashes — it’s about keeping performance predictable, costs under control, and your opsSep 3, 2025·4 min read
sr.hashnode.devWhat Should a .NET Project Have? A Practical Checklist for DevelopersIf you’ve ever kicked off a new .NET project, you probably know the temptation: jump straight into writing controllers and models, and before you know it, the project grows into an unstructured mess. Sep 1, 2025·4 min read