home.social

#aspnet — Public Fediverse posts

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

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

  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

  11. github.com/microsoft/aspire-br - Aspire Brand is a collection of visuals and PowerPoint to explain #Aspire. Great for #ASPnet and now #TypeScript #devs.

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

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

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

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

  16. Today’s fun project: a small CLI for my LLM-powered API mocking tool (Ollama / LM Studio / OpenAI).

    Load an OpenAPI spec and it behaves like the real API — REST, GraphQL, gRPC, SignalR, and SSE all supported.
    Or just call endpoints like /api/users/43.

    Releases: github.com/scottgal/LLMApi/rel

    Write-up: mostlylucid.net/blog/building-

    #rest #aspnet #aspnetcore #llm #api #mock

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

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

  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

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

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

  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

  23. 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.
    🔗 medium.com/@michael.kopt/moder

  24. ASP.Net MVC vs Blazor: чья возьмет?

    Привет! Сегодня разберем два подхода в ASP.NET. Blazor и классическую архитектуру MVC (Model-View-Controller). В отличие от обсуждений вроде «Java vs C++», эта тема менее спорная, но очень полезная для понимания современной веб-разработки на .NET. Разобраться в нюансах

    habr.com/ru/companies/otus/art

    #mvc #blazor #asp_net_core #aspnet #c# #razor #WebAssembly #SPA #серверный_рендеринг

  25. QNAP ostrzega o… krytycznej podatności w ASP.NET

    Kestrel to domyślny i lekki serwer HTTP wykorzystywany przez aplikacje w technologii ASP.NET Core. Do jego zalet można zaliczyć między innymi wieloplatformowość i wydajność. Dokładając do tego fakt, że jest to rozwiązanie dostępne “z pudełka”, otrzymujemy bardzo popularną zależność (od angielskiego dependency). Duża popularność tego rozwiązania, powoduje że atakujący stosunkowo...

    #WBiegu #Aspnet #Exploit #Httpsmuggling #Kestrel #Podatność #Qnap #Websec #Windows

    sekurak.pl/qnap-ostrzega-o-kry

  26. New blog post about my cognitive challenge with the Facebook Link Preview I encountered trying to help my wife promote her new online course darrenmcleod.com/2025/10/my-wi #dotnet #IIS #aspnet

  27. New blog post about my cognitive challenge with the Facebook Link Preview I encountered trying to help my wife promote her new online course darrenmcleod.com/2025/10/my-wi #dotnet #IIS #aspnet

  28. New blog post about my cognitive challenge with the Facebook Link Preview I encountered trying to help my wife promote her new online course darrenmcleod.com/2025/10/my-wi #dotnet #IIS #aspnet

  29. New blog post about my cognitive challenge with the Facebook Link Preview I encountered trying to help my wife promote her new online course darrenmcleod.com/2025/10/my-wi

  30. learn.microsoft.com/en-us/ef/c - want to use an #EntityFramework DBContext in a singleton? In #ASPnet's DI, rig up a factory: `services.AddDbContextFactory<ApplicationDbContext>(o => o.UseSqlServer("Server=...`

  31. Grabbing too much data in EF Core? Time to get precise with Explicit Includes!

    Stop over-fetching and keep your queries lean by loading related data only when needed. Your app (and your database) will thank you.

    Learn at: woodruff.dev/explicit-includes

    #EFCore #dotnet #aspnet #PerformanceTips

  32. Excited about #dotnetconf this week? How about this: #ASPNET, runs on #Linux and #containers (for 7+ years). By default 217MB using Ubuntu for compatibility 🤔, want to go smaller? Learn about #chisel and #trim! Now you are at 40MB! 😍 You bet I am excited about #dotnet! 🎉 dotnetconf.net/ Hat tip to @runfaster2000 and hist container workshop github.com/richlander/containe