From the .NET blog...

In case you missed it earlier...

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

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/