Handling BinaryData just got faster in .NET. A new zero-copy approach lets developers convert MemoryStream data into BinaryData without duplicating buffers—cutting down on allocations and improving performance. It’s a small optimization with big impact for high-throughput .NET apps.