home.social

Search

360 results for “michae1k”

  1. Modernizing .NET Part 24! 📊
    Today we’re implementing modern observability with Prometheus and Grafana.
    ✅ OpenTelemetry metrics
    ✅ Runtime health (GC, Threads)
    ✅ Kubernetes-native monitoring
    medium.com/@michael.kopt/moder
    #dotnet #csharp #aspnet #aspnetcore #csharp #prometheus #grafana #monitoring

  2. Modernizing .NET Part 24! 📊
    Today we’re implementing modern observability with Prometheus and Grafana.
    ✅ OpenTelemetry metrics
    ✅ Runtime health (GC, Threads)
    ✅ Kubernetes-native monitoring
    medium.com/@michael.kopt/moder
    #dotnet #csharp #aspnet #aspnetcore #csharp #prometheus #grafana #monitoring

  3. Modernizing .NET Part 24! 📊
    Today we’re implementing modern observability with Prometheus and Grafana.
    ✅ OpenTelemetry metrics
    ✅ Runtime health (GC, Threads)
    ✅ Kubernetes-native monitoring
    medium.com/@michael.kopt/moder
    #dotnet #csharp #aspnet #aspnetcore #csharp #prometheus #grafana #monitoring

  4. Modernizing .NET Part 24! 📊
    Today we’re implementing modern observability with Prometheus and Grafana.
    ✅ OpenTelemetry metrics
    ✅ Runtime health (GC, Threads)
    ✅ Kubernetes-native monitoring
    medium.com/@michael.kopt/moder
    #dotnet #csharp #aspnet #aspnetcore #csharp #prometheus #grafana #monitoring

  5. Modernizing .NET Part 24! 📊
    Today we’re implementing modern observability with Prometheus and Grafana.
    ✅ OpenTelemetry metrics
    ✅ Runtime health (GC, Threads)
    ✅ Kubernetes-native monitoring
    medium.com/@michael.kopt/moder

  6. Modernizing .NET Part 23! 🪵

    Today we’re fixing log4net context loss in async environments.

    ✅ Move to LogicalThreadContext
    ✅ Zero-loss diagnostic trail
    ✅ Async-safe logging

    medium.com/@michael.kopt/moder
    #dotnet #csharp #aspnet #aspnetcore #log4net #programming

  7. Modernizing .NET Part 22! 📂

    Today we’re bridging the gap between legacy config files and modern .NET Core.

    ✅ Custom IConfiguration providers
    ✅ Hot-reloading support
    ✅ Zero-downtime config migration

    medium.com/@michael.kopt/moder
    #dotnet #csharp #aspnet #aspnetcore #configuration #programming

  8. Modernizing .NET Part 22! 📂

    Today we’re bridging the gap between legacy config files and modern .NET Core.

    ✅ Custom IConfiguration providers
    ✅ Hot-reloading support
    ✅ Zero-downtime config migration

    medium.com/@michael.kopt/moder
    #dotnet #csharp #aspnet #aspnetcore #configuration #programming

  9. Modernizing .NET Part 22! 📂

    Today we’re bridging the gap between legacy config files and modern .NET Core.

    ✅ Custom IConfiguration providers
    ✅ Hot-reloading support
    ✅ Zero-downtime config migration

    medium.com/@michael.kopt/moder
    #dotnet #csharp #aspnet #aspnetcore #configuration #programming

  10. Modernizing .NET Part 22! 📂

    Today we’re bridging the gap between legacy config files and modern .NET Core.

    ✅ Custom IConfiguration providers
    ✅ Hot-reloading support
    ✅ Zero-downtime config migration

    medium.com/@michael.kopt/moder
    #dotnet #csharp #aspnet #aspnetcore #configuration #programming

  11. Modernizing .NET Part 22! 📂

    Today we’re bridging the gap between legacy config files and modern .NET Core.

    ✅ Custom IConfiguration providers
    ✅ Hot-reloading support
    ✅ Zero-downtime config migration

    medium.com/@michael.kopt/moder

  12. 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 UI

    medium.com/@michael.kopt/%EF%B
    #dotnet #dotnetcore #aspnet #aspnetcore #csharp #webforms

  13. 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)

    medium.com/@michael.kopt/moder
    #dotnet #aspnet #aspnetcore #csharp #redis #caching

  14. Modernizing .NET Part 18! 🔐

    Today we’re tackling OAuth in ASP.NET Core.

    ✅ Reverse proxy scheme detection
    ✅ Legacy redirect URI overrides
    ✅ Scalable, cloud-native auth

    medium.com/@michael.kopt/moder
    #dotnet #csharp #security #oauth #aspnetcore #aspnet

  15. 📡 New post: Modernizing .NET – Part 11
    Migrate from WebClient and RestSharp to HttpClientFactory.
    Full code, DI setup, and performance boost.

    Read → medium.com/@michael.kopt/c3a74
    #DotNet #DotNetCore #DotNet8 #DotNet9 #DotNet10 #ASPNet #ASPNetCore #CSharp #Linux #RestShart #WebClient #DepedencyInjection

  16. ✅ New post in my Modernizing .NET series: Validators in CoreWCF — how to bring back pre‑deserialization SOAP validation using AssertValidator + ParameterInspector.
    🔗 medium.com/@michael.kopt/50c0e
    #DotNet #DotNetCore #DotNet8 #DotNet9 #DotNet10 #ASPNet #ASPNetCore #CoreWCF #WCF #SOAP #CSharp

  17. ✅ New post in my Modernizing .NET series: Validators in CoreWCF — how to bring back pre‑deserialization SOAP validation using AssertValidator + ParameterInspector.
    🔗 medium.com/@michael.kopt/50c0e
    #DotNet #DotNetCore #DotNet8 #DotNet9 #DotNet10 #ASPNet #ASPNetCore #CoreWCF #WCF #SOAP #CSharp

  18. ✅ New post in my Modernizing .NET series: Validators in CoreWCF — how to bring back pre‑deserialization SOAP validation using AssertValidator + ParameterInspector.
    🔗 medium.com/@michael.kopt/50c0e

  19. 📑 New post: Modernizing .NET – Part 5
    CoreWCF gives you SOAP, but no docs. Here's how to rebuild .asmx-style documentation using WSDL + reflection.
    🔗 medium.com/@michael.kopt/moder
    #dotnet #dotnet10 #WCF #SOAP #WSDL #CSharp #aspnet #aspnetcore

  20. 📑 New post: Modernizing .NET – Part 5
    CoreWCF gives you SOAP, but no docs. Here's how to rebuild .asmx-style documentation using WSDL + reflection.
    🔗 medium.com/@michael.kopt/moder
    #dotnet #dotnet10 #WCF #SOAP #WSDL #CSharp #aspnet #aspnetcore

  21. 📑 New post: Modernizing .NET – Part 5
    CoreWCF gives you SOAP, but no docs. Here's how to rebuild .asmx-style documentation using WSDL + reflection.
    🔗 medium.com/@michael.kopt/moder

  22. 📚 New post: Modernizing .NET – Part 4 - WSDL in CoreWCF
    Here's how to fix the WSDL so clients don't break.
    🔗 medium.com/@michael.kopt/3b5e3
    #dotnet #dotnet10 #WCF #SOAP #WSDL #CSharp #aspnet #aspnetcore

  23. 📚 New post: Modernizing .NET – Part 4 - WSDL in CoreWCF
    Here's how to fix the WSDL so clients don't break.
    🔗 medium.com/@michael.kopt/3b5e3
    #dotnet #dotnet10 #WCF #SOAP #WSDL #CSharp #aspnet #aspnetcore

  24. 📚 New post: Modernizing .NET – Part 4 - WSDL in CoreWCF
    Here's how to fix the WSDL so clients don't break.
    🔗 medium.com/@michael.kopt/3b5e3