Rent and return arrays from a shared pool to avoid repeated allocations in buffer-heavy code.
Tag: dotnet
Tips and Tricks #1: Use Span for Zero-Allocation String Parsing
Eliminate heap allocations when parsing strings by using Span
Achieving DevOps Harmony: Building and Deploying .NET Applications with AWS Services
The Evolution of .NET Deployment on AWS After two decades of building enterprise applications, I’ve witnessed the transformation of deployment practices from manual FTP uploads […]