
🔤 Modernizing .NET — Part 27: Cross-Platform String Sorting Nuances
Don’t let Linux break your sort order! Learn how to replicate Windows NLS sorting in .NET Core for cross-platform consistency.
Medium
🛡️ Modernizing .NET — Part 26: Implementing Rate Limiting Middleware in ASP.NET Core
Boost performance and stability with ASP.NET Core Rate Limiting Middleware. Control concurrency and prevent service unresponsiveness.
MediumDon't use async void... Unless you have to.
Read more here:
https://bgh.st/9povz8
#CSharp #DotNet #DotNetCore #Coding
Modernizing .NET Part 25! 🛡️
Today we’re talking about rate limiting as a safety mechanism.
âś… Prevent CPU thrashing
âś… Manage concurrency correctly
âś… Controlled degradation vs. catastrophic failure
https://medium.com/@michael.kopt/%EF%B8%8F-modernizing-net-part-25-rate-limiting-concepts-and-strategies-db30843433e1
#dotnet #aspnet #dotnetcore #aspnetcore #csharp #programming #performance

🛡️ Modernizing .NET — Part 25: Rate Limiting Concepts and Strategies
Discover why rate limiting is your service’s “last line of defense.” Protect your .NET app from resource exhaustion and crashes.
MediumLooking for a quick way to share CSharp snippets?
Read more here:
https://bgh.st/e7kk5i
#dotnet #csharp #dotnetfiddle #dotnetcore

High-Performance Distributed Caching with .NET and Postgres on Azure - .NET Blog
Adding caching to your application architecture can significantly improve key performance metrics, cut latency, and reduce load across downstream systems. In this walkthrough, we highlight the latest caching best practices and incorporate these design patterns into a reusable .NET application that you can reference when adding new capabilities to your application stack.
.NET Blog
Stored Procedures with Entity Framework Core in .NET
Subscibe to my weekly .NET newsletter
Medium