C# 14: More Implicit Conversions for Span<T> and ReadOnlySpan<T>
Introduction Span<T> and ReadOnlySpan<T> have become core building blocks for high-performance .NET code.They’re fast, allocation-free,…
Read More
Introduction Span<T> and ReadOnlySpan<T> have become core building blocks for high-performance .NET code.They’re fast, allocation-free,…
Read More
Introduction C# continues to evolve with every major release, and C# 14 is no exception.This…
Read More
Introduction Interceptors became a stable C# language feature with C# 14 and .NET 10, after spending…
Read More
Introduction C# 13 quietly introduced a new escape sequence that’ll make terminal and low-level devs…
Read More
Introduction With every new release, C# keeps evolving to offer better performance, cleaner syntax, and…
Read More
Introduction ASP.NET Core 9 has arrived and brings interesting novelties, especially on debugging. In this…
Read More
Introduction We recently started migrating our applications from .NET 6 to .NET 8. The migration…
Read More
Introduction We recently started migrating our applications from .NET 6 to .NET 8. The migration…
Read More