.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • New features in Git 2.54: easier rebasing, hooks, and statistics

    calendar Apr 28, 2026 · andrewlock.net
    New features in Git 2.54: easier rebasing, hooks, and statistics

    In this post I show some of the new features in Git 2.54 including simple rebases with git history, config-based hooks, and stats with git repo structure Link to article: https://andrewlock.net/new-features-in-git-2-54-easier-rebasing-hooks-and-statistcs/


    Read More
  • 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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top