Next part of Modernizing .NET:
🧼 Part 3 - Migrating WCF SOAP services to .NET 8? I used CoreWCF to keep legacy endpoints alive—no rewrite needed.
🔗 https://medium.com/@michael.kopt/modernizing-net-part-3-surviving-soap-with-corewcf-8a947ebd55e9
#WCF #CoreWCF #SOAP
#DotNet #DotNet8 #DotNet9 #ASPNetFramework #ASPNet #ASPNetCore #CSharp
🧼 Modernizing .NET — Part 3: Surviving SOAP with CoreWCF

How I revived legacy WCF SOAP services in .NET 8 using CoreWCF — without rewriting hundreds of public endpoints.

Medium
🧙‍♂️ Modernizing .NET – Part 2: HttpContext is the dark magic of ASP.NET Framework. Here's how I revived HttpContext.Current in .NET 8—without rewriting 1000 endpoints.
🔗 https://medium.com/@michael.kopt/%EF%B8%8F-modernizing-net-part-2-httpcontext-and-the-dark-magic-of-migration-621b0ce7586c
#DotNet #DotNet8 #DotNet9 #ASPNetFramework #ASPNet #ASPNetCore #CSharp #CodeMigration #LegacyCode
🧙‍♂️ Modernizing .NET — Part 2: HttpContext and the Dark Magic of Migration

How I revived HttpContext.Current in .NET 8 to support legacy ASP.NET Framework code — without rewriting thousands of endpoints.

Medium
🚀 Modernizing .NET — Part 1: C# Preprocessor Directives

How I unified a legacy ASP.NET Framework and .NET 8 codebase using conditional compilation and custom preprocessor directives.

Medium
🚀 From Legacy to Linux: Migrating a Massive ASP.NET Framework App to .NET 8
A solo deep dive into modernizing a legacy system—refactoring, replatforming, and launching into the cloud.
🔗 https://medium.com/@michael.kopt/4c4ce9f620d0
#DotNet #ASPNet #ASPNetFramework #DotNetFramework #csharp #CloudNative
🚀 From Legacy to Linux: Migrating a Massive ASP.NET Framework App to .NET

A solo journey through architecture, refactoring, and modernization — from IIS on Windows to containerized .NET 8 on Linux.

Medium