RRajasekarinsr.hashnode.dev·Nov 6, 2025 · 3 min readImprove 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 sm00
RRajasekarinsr.hashnode.dev·Oct 13, 2025 · 7 min readUnderstanding 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. 00
RRajasekarinsr.hashnode.dev·Sep 5, 2025 · 4 min readImplementing 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 cree00
RRajasekarinsr.hashnode.dev·Sep 3, 2025 · 4 min readASP.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 ops00
RRajasekarinsr.hashnode.dev·Sep 1, 2025 · 4 min readWhat 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. 00