home.social

#asp-net — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #asp-net, aggregated by home.social.

fetched live
  1. Modernizing .NET Part 27! 🔤

    Solving the "Windows vs Linux" string sorting headache.

    ✅ Consistent behavior across OS
    ✅ Custom NLS-compatible comparer
    ✅ Fix broken CI/CD tests

    medium.com/@michael.kopt/moder
    #dotnet #dotnetcore #csharp #aspnet #aspnetcore #linux #unicode #windows #nls #icu #sorting #algorithm

  2. Learn Kubernetes & Docker - .NET Core, Java, Node.JS, PHP or Python by Arnaud Weil is free with a Leanpub Reader membership! Or you can buy it for $11.99! leanpub.com/k8s #devops #docker #aspnet #python #node_js

  3. Modernizing .NET Part 26! 🛡️

    Today we’re implementing the Rate Limiting Middleware in ASP.NET Core.

    ✅ Concurrency control
    ✅ Stable response times under load
    ✅ No more cascading failures

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

  4. Modernizing .NET Part 25! 🛡️

    Today we’re talking about rate limiting as a safety mechanism.

    ✅ Prevent CPU thrashing
    ✅ Manage concurrency correctly
    ✅ Controlled degradation vs. catastrophic failure

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

  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
    #dotnet #csharp #aspnet #aspnetcore #csharp #prometheus #grafana #monitoring

  6. Globally-Distributed Applications with Microsoft Azure by Christos Sakellarios is free with a Leanpub Reader membership! Or you can buy it for $7.99! leanpub.com/globally-distribut #aspnet #azure_documentdb #devops #powershell

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

  8. Everyone's talking about vertical slices - So here's a free project template for you.

    Read more here:
    bgh.st/q8mtx5

    #verticalslice #verticalslicearchitecture #aspnet

  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. Unit testing user interfaces makes some people uncomfortable.

    Read more here:
    bgh.st/3br4dp

    #blazor #aspnet #dotnet #testing

  11. #Microsoft issues emergency update for #macOS and #Linux ASP.NET threat

    Microsoft released an emergency patch for its ASP.NET Core to fix a high-severity #vulnerability that allows unauthenticated attackers to gain SYSTEM privileges on devices that use the Web development framework to run Linux or macOS apps.

    The software maker said Tuesday evening that the vulnerability, tracked as CVE-2026-40372
    #ASPNet #security

    arstechnica.com/security/2026/

  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