home.social

#aspnetcore — Public Fediverse posts

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

fetched live
  1. If you're keeping up with #oauth and #app #security, our resident specifications expert, Joe DeCock, summarizes the standards landscape as of summer 2026.

    duendesoftware.com/blog/202608

    #dotnet #aspnetcore

  2. Blogged: Automatic CSRF protection based on Fetch Metadata headers - Exploring the .NET 11 preview

    andrewlock.net/exploring-the-d

    In this post I describe the new Cross-Site Request Forgery protection added to ASP.NET Core that uses Fetch Metadata headers instead of tokens

    #aspnetcore #security

  3. I got tired of hand-writing minimal API endpoints for every CQRS command and query, so I built
    Postie. Free forever (MIT), a full CQRS stack in the box, already running my production apps.

    andrewmclachlan.com/articles/p
    nuget.org/packages/Postie.Cqrs

    #dotnet #aspnet #aspnetcore #oss

  4. Blogged: Understanding the Fetch Metadata HTTP headers: Sec-Fetch-Site and friends

    andrewlock.net/understanding-t

    In this post I describe the Fetch Metadata HTTP headers like Sec-Fetch-Site and Sec-Fetch-Mode which give information to a server about the context of a request

    #Security #aspnetcore

  5. Microsoft has released #DotNet11 Preview 6!

    Updates span C#, ASP.NET Core, .NET MAUI, and EF Core:
    🔹 Extension indexers
    🔹 Async validation, automatic CSRF protection & OpenAPI 3.2 by default
    🔹 FULL OUTER JOIN translation
    🔹 Windows support for CollectionView

    📖 Read more: bit.ly/4x3PdHT

    #DotNet #CSharp #AspNetCore #InfoQ

  6. New article on an odd architecture I discovered to solve a problem in Stylo.Bot - how do you have a 'live' dashboard over the qwhole system while not bringing your system to a halt if you have many concurrent users.

    Signal Shingle: a novel architecture for high-performance ASP.NET multi-widget sites

    How do you deliver fast responses for complex dashboards without going crazy? You stop rendering them on the request path.

    mostlylucid.net/blog/signal-sh

    #aspnetcore #signalr #stylobot #htmx #architecture

  7. 🧭 Modernizing .NET, Part 33: good architecture can still be the wrong migration strategy.

    📨 We used events, CQRS, and Clean Architecture selectively—but avoided combining the ASP.NET Core move with a full DDD, event-sourcing, or microservices rewrite.

    Preserve behavior. Isolate dependencies. Modernize incrementally. 🧱

    medium.com/@michael.kopt/moder
    #DotNet #DotNetCore #ASPNET #ASPNETCore #SoftwareArchitecture

  8. A post I wrote about securing an #OpenAPI scheme using Duende IdentityServer gets a decent amount of reads a month (duendesoftware.com/blog/202511)

    But recently, a community member asked for recommendations (github.com/orgs/DuendeSoftware): "Microsoft says this, you say that…”

    Funny enough, Duende's BFF Security Framework can be adapted to secure Swagger UI without dealing with tokens in the browser. See the video below. #dotnet #aspnetcore