.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Removing byte[] allocations in .NET Framework using ReadOnlySpan

    calendar Apr 21, 2026 · andrewlock.net
    Removing byte[] allocations in .NET Framework using ReadOnlySpan<T>

    In this post I describe how to remove static byte[] allocations, even on .NET Framework, by using Span, look at the associated IL, and discuss the risks Link to article: https://andrewlock.net/removingbyte-array-allocations-in-dotnet-framework-using-readonlyspan-t/


    Read More
  • Running AI agents with customized templates using docker sandbox

    calendar Apr 14, 2026 · andrewlock.net
    Running AI agents with customized templates using docker sandbox

    In this post I describe how to create custom templates for Docker Sandboxes, so that your sandboxes start with additional tools immediately available Link to article: https://andrewlock.net/running-ai-agents-with-customized-templates-in-docker-sandbox/


    Read More

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top