Search
1000 results for “michae1k”
-
📑 New post: Modernizing .NET – Part 5
CoreWCF gives you SOAP, but no docs. Here's how to rebuild .asmx-style documentation using WSDL + reflection.
🔗 https://medium.com/@michael.kopt/modernizing-net-part-5-documentation-in-corewcf-24814b40e37e
#dotnet #dotnet10 #WCF #SOAP #WSDL #CSharp #aspnet #aspnetcore -
📑 New post: Modernizing .NET – Part 5
CoreWCF gives you SOAP, but no docs. Here's how to rebuild .asmx-style documentation using WSDL + reflection.
🔗 https://medium.com/@michael.kopt/modernizing-net-part-5-documentation-in-corewcf-24814b40e37e
#dotnet #dotnet10 #WCF #SOAP #WSDL #CSharp #aspnet #aspnetcore -
📑 New post: Modernizing .NET – Part 5
CoreWCF gives you SOAP, but no docs. Here's how to rebuild .asmx-style documentation using WSDL + reflection.
🔗 https://medium.com/@michael.kopt/modernizing-net-part-5-documentation-in-corewcf-24814b40e37e
#dotnet #dotnet10 #WCF #SOAP #WSDL #CSharp #aspnet #aspnetcore -
📚 New post: Modernizing .NET – Part 4 - WSDL in CoreWCF
Here's how to fix the WSDL so clients don't break.
🔗 https://medium.com/@michael.kopt/3b5e3a390c37
#dotnet #dotnet10 #WCF #SOAP #WSDL #CSharp #aspnet #aspnetcore -
📚 New post: Modernizing .NET – Part 4 - WSDL in CoreWCF
Here's how to fix the WSDL so clients don't break.
🔗 https://medium.com/@michael.kopt/3b5e3a390c37
#dotnet #dotnet10 #WCF #SOAP #WSDL #CSharp #aspnet #aspnetcore -
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 -
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 -
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 -
Stuff I break, fix, and write about:
🧱 #dotnet
🚀 #aspnetcore
💻 #csharp
🐳 #docker
🌩️ #aws
🧠 #cloudnative
🐘 #postgresql
🗄️ #sqlserver
🧰 #selfhosting
📱 #gadgets
📝 #devblog
🧪 #oss
🌐 #opensource
🤖 #ai
🧾 #microsoft365 -
Modernizing .NET Part 20! 🏗️
Migrating legacy .aspx pages to .NET Core without a full rewrite.
✅ Zero ViewState overhead
✅ Keep existing .aspx URLs
✅ Modern API-driven UIhttps://medium.com/@michael.kopt/%EF%B8%8F-modernizing-net-part-20-migrating-legacy-aspx-pages-to-asp-net-core-d855946c3db0
#dotnet #dotnetcore #aspnet #aspnetcore #csharp #webforms -
Modernizing .NET Part 19! 🚀
Today we’re swapping local dictionaries for a distributed Redis cache.
✅ Shared state across nodes
✅ Persistent cache (survives restarts)
✅ Built-in expiration (TTL)https://medium.com/@michael.kopt/modernizing-net-part-19-migrating-in-memory-dictionaries-to-redis-d8ab37ee354a
#dotnet #aspnet #aspnetcore #csharp #redis #caching -
🕰️ AWS quietly moved the TLS cutoff for Redshift from Oct 31 to Jan 31, 2026. No email. No alert. Just a doc update. If your drivers still default to TLS 1.0/1.1, this affects you
👉 https://medium.com/@michael.kopt/f52772d6c617
#AWS #Redshift #CloudSecurity #DevOps #TLS -
Part 16 of Modernizing .NET is out! 🛡️
Today we’re ditching the obsolete BinaryFormatter in favor of the fast and secure protobuf-net.
🚀 7x faster 📉 3x smaller ✅ Fully safe for modern .NET
https://medium.com/@michael.kopt/%EF%B8%8F-modernizing-net-part-16-replacing-binaryformatter-with-protobuf-net-for-speed-and-security-f5cc5db8055a
#dotnet #dotnetcore #dotnet8 #dotnet9 #dotnet10 #aspnet #aspnetcore #csharp #programming #serialization #protobuf -
🗂️ New: Modernizing .NET – Part 15
JSON fails with circular objects. Protobuf-net can’t fix recursive graphs.
Here’s a custom ASP.NET Core Session Store that can.Read → https://medium.com/@michael.kopt/%EF%B8%8F-custom-session-store-for-complex-objects-in-asp-net-core-1349b680ce12
#DotNet #DotNetCore #DotNet8 #DotNet9 #DotNet10 #ASPNet #ASPNetCore #CSharp #Middleware #SessionState -
🧩 New: Modernizing .NET – Part 14
WebHost still works, but WebApplication is better.
Here’s how to migrate your ASP.NET Core app to the modern hosting model.Read → https://medium.com/@michael.kopt/modernizing-net-part-14-migrating-from-webhost-to-webapplication-in-asp-net-core-612a7a8e1b88
#DotNet #DotNetCore #DotNet8 #DotNet9 #DotNet10 #ASPNet #ASPNetCore #CSharp #Middleware -
📡 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 -
📊 New post: Modernizing .NET – Part 10
Replace OleDB with ExcelDataReader in .NET Core.
Setup, formatting, exporting, performance tips — all covered.
Read → https://medium.com/@michael.kopt/modernizing-net-part-10-replacing-oledb-excel-reading-with-exceldatareader-a2cdae1e2cb8
#DotNet #DotNetCore #DotNet8 #DotNet9 #DotNet10 #ASPNet #ASPNetCore #Excel #OLEDB -
🧙♂️ 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 -
How I spent my summer learning to talk to robots 🤖
Took 6 GenAI certs ( #Google, #IBM, #AWS, #Microsoft, etc.) via #CourseraPlus.
Wrote a short blog post to share the ride.
🔗 https://medium.com/@michael.kopt/how-i-spent-my-summer-to-learn-how-to-talk-to-robots-cd30c81d3964
#GenAI #Coursera #MicrosoftCopilot #AWSBedrock #MCP #GenerativeAI #AI -
Part 16 of Modernizing .NET is out! 🛡️
Today we’re ditching the obsolete BinaryFormatter in favor of the fast and secure protobuf-net.
🚀 7x faster 📉 3x smaller ✅ Fully safe for modern .NET
https://medium.com/@michael.kopt/%EF%B8%8F-modernizing-net-part-16-replacing-binaryformatter-with-protobuf-net-for-speed-and-security-f5cc5db8055a
#dotnet #dotnetcore #dotnet8 #dotnet9 #dotnet10 #aspnet #aspnetcore #csharp #programming #serialization #protobuf -
Part 16 of Modernizing .NET is out! 🛡️
Today we’re ditching the obsolete BinaryFormatter in favor of the fast and secure protobuf-net.
🚀 7x faster 📉 3x smaller ✅ Fully safe for modern .NET
https://medium.com/@michael.kopt/%EF%B8%8F-modernizing-net-part-16-replacing-binaryformatter-with-protobuf-net-for-speed-and-security-f5cc5db8055a
#dotnet #dotnetcore #dotnet8 #dotnet9 #dotnet10 #aspnet #aspnetcore #csharp #programming #serialization #protobuf -
Part 16 of Modernizing .NET is out! 🛡️
Today we’re ditching the obsolete BinaryFormatter in favor of the fast and secure protobuf-net.
🚀 7x faster 📉 3x smaller ✅ Fully safe for modern .NET
https://medium.com/@michael.kopt/%EF%B8%8F-modernizing-net-part-16-replacing-binaryformatter-with-protobuf-net-for-speed-and-security-f5cc5db8055a
#dotnet #dotnetcore #dotnet8 #dotnet9 #dotnet10 #aspnet #aspnetcore #csharp #programming #serialization #protobuf -
Didn't know that #GitHubCopilot has a CLI version. At work, I mostly use the #AmazonQ #VSCode extension because of the company licence. It's much worse than Copilot, but they have a CLI version for #Linux which is pretty good, especially for fixing problems with OS.
#GitHub #Copilot #AWS #Amazon
https://github.com/features/copilot/cli/ -
Modernizing .NET Part 20! 🏗️
Migrating legacy .aspx pages to .NET Core without a full rewrite.
✅ Zero ViewState overhead
✅ Keep existing .aspx URLs
✅ Modern API-driven UIhttps://medium.com/@michael.kopt/%EF%B8%8F-modernizing-net-part-20-migrating-legacy-aspx-pages-to-asp-net-core-d855946c3db0
#dotnet #dotnetcore #aspnet #aspnetcore #csharp #webforms -
Modernizing .NET Part 20! 🏗️
Migrating legacy .aspx pages to .NET Core without a full rewrite.
✅ Zero ViewState overhead
✅ Keep existing .aspx URLs
✅ Modern API-driven UIhttps://medium.com/@michael.kopt/%EF%B8%8F-modernizing-net-part-20-migrating-legacy-aspx-pages-to-asp-net-core-d855946c3db0
#dotnet #dotnetcore #aspnet #aspnetcore #csharp #webforms -
Modernizing .NET Part 20! 🏗️
Migrating legacy .aspx pages to .NET Core without a full rewrite.
✅ Zero ViewState overhead
✅ Keep existing .aspx URLs
✅ Modern API-driven UIhttps://medium.com/@michael.kopt/%EF%B8%8F-modernizing-net-part-20-migrating-legacy-aspx-pages-to-asp-net-core-d855946c3db0
#dotnet #dotnetcore #aspnet #aspnetcore #csharp #webforms -
Modernizing .NET Part 20! 🏗️
Migrating legacy .aspx pages to .NET Core without a full rewrite.
✅ Zero ViewState overhead
✅ Keep existing .aspx URLs
✅ Modern API-driven UIhttps://medium.com/@michael.kopt/%EF%B8%8F-modernizing-net-part-20-migrating-legacy-aspx-pages-to-asp-net-core-d855946c3db0
#dotnet #dotnetcore #aspnet #aspnetcore #csharp #webforms -
📡 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 -
📡 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