Isaac Levin presents 'Still on 4.8 or lower? A Practical Guide to Moving Your "Un-Migratable" .NET Apps' this July at Nebraska.Code().

https://nebraskacode.amegala.com/

#NETFramework #YARP #LegacyCode #MicrosoftTechnologies #TechConf #SoftwareDevelopment #SoftwareEngineering #Coding #Programming #NetworkingEvent #NebraskaTech #HeartlandDev

From the .NET blog...

In case you missed it earlier...

.NET and .NET Framework May 2026 servicing releases updates
https://devblogs.microsoft.com/dotnet/dotnet-and-dotnet-framework-may-2026-servicing-updates/ #dotnet #NETFramework #MaintenanceUpdates

From the .NET blog...

In case you missed it earlier...

VSTest is Removing its Newtonsoft.Json Dependency
https://devblogs.microsoft.com/dotnet/vs-test-is-removing-its-newtonsoft-json-dependency/ #dotnet #NETFramework #nuget #testing #visualstudio #vs #vstest

Addio byte[]: allocazioni a costo zero in .NET Framework con ReadOnlySpan

Sostituire static readonly byte[] con static ReadOnlySpan è un refactoring banale che elimina le allocazioni e funziona anche su .NET Framework.

https://spcnet.it/addio-byte-allocazioni-a-costo-zero-in-net-framework-con-readonlyspan/

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<T>, look at the associated IL, and discuss the risks

Andrew Lock | .NET Escapades

via @dotnet : .NET and .NET Framework April 2026 servicing releases updates

https://ift.tt/wyUxFph
#DotNet #NET #NETCore #NETFramework #April2026 #ServicingUpdate #SecurityUpdate #CVE2026 #CVE2026-23666 #CVE2026-26171 #CVE2026-32178 #CVE2026-32203 #CVE2026-32226…

.NET and .NET Framework April 2026 servicing releases updates - .NET Blog

A recap of the latest servicing updates for .NET and .NET Framework for April 2026.

.NET Blog