🚀 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
New Part: 🔐 Modernizing .NET — Part 9: Migrating SAML SSO to ITfoxtec https://medium.com/@michael.kopt/modernizing-net-part-9-migrating-saml-sso-to-itfoxtec-44133b003702
🔐 Modernizing .NET — Part 9: Migrating SAML SSO to ITfoxtec

Migrating legacy SAML authentication to ITfoxtec in .NET Core. Covers configuration, response handling, and real-world deployment tips.

Medium
Next part: 📊 Modernizing .NET — Part 10 Replacing OleDB Excel Reading with ExcelDataReader https://medium.com/@michael.kopt/modernizing-net-part-10-replacing-oledb-excel-reading-with-exceldatareader-a2cdae1e2cb8
📊 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