
🛡️ Modernizing .NET — Part 16: Replacing BinaryFormatter with protobuf-net for Speed and Security
Learn how to eliminate the risks of BinaryFormatter by migrating to protobuf-net. Boost performance by 7x and reduce size by 3x.
Medium
🗂️ Custom Session Store for Complex Objects in ASP.NET Core
ASP.NET Core’s default session fails with complex objects. This post shows how to store them safely in memory.
Medium
🧩 Modernizing .NET — Part 14: Migrating from WebHost to WebApplication in ASP.NET Core
WebHost was common in early ASP.NET Core apps. This post shows how to migrate to the modern WebApplication model.
Medium🧵 New: Modernizing .NET – Part 12
Use HttpClientFactory in legacy background threads with the SharedContext pattern.
Thread‑safe, DI‑friendly, minimal refactoring.
📖 Read → https://medium.com/@michael.kopt/19c66938fedf
#DotNet #DotNetCore #DotNet8 #DotNet9 #DotNet10 #ASPNet #ASPNetCore #CSharp #LegacyCode #HttpClientFactory #DependencyInjection #BackgroundThreads

🪢Modernizing .NET — Part 12: Managing Dependency Injection in Background Threads with SharedContext
Legacy background threads don’t support DI — this post introduces the SharedContext pattern to bridge the gap
Medium📡 New post: Modernizing .NET – Part 11
Migrate from WebClient and RestSharp to HttpClientFactory.
Full code, DI setup, and performance boost.
Read → https://medium.com/@michael.kopt/c3a74091ef19
#DotNet #DotNetCore #DotNet8 #DotNet9 #DotNet10 #ASPNet #ASPNetCore #CSharp #Linux #RestShart #WebClient #DepedencyInjection

📡 Modernizing .NET — Part 11 Migrating WebClient and RestSharp to HttpClientFactory
This post gives a production‑ready migration path for replacing WebClient and RestSharp with HttpClient backed by IHttpClientFactory. It…
Medium
📊 Modernizing .NET — Part 10: Replacing OleDB Excel Reading with ExcelDataReader
Legacy .NET apps rely on OleDB to read Excel files — but it doesn’t work in .NET Core. This guide shows how to migrate to ExcelDataReader
Medium
.NET and .NET Framework January 2026 servicing releases updates - .NET Blog
A recap of the latest servicing updates for .NET and .NET Framework for January 2026.
.NET Blog✅ New post in my Modernizing .NET series: Validators in CoreWCF — how to bring back pre‑deserialization SOAP validation using AssertValidator + ParameterInspector.
🔗
https://medium.com/@michael.kopt/50c0eb2f2feb#DotNet #DotNetCore #DotNet8 #DotNet9 #DotNet10 #ASPNet #ASPNetCore #CoreWCF #WCF #SOAP #CSharp