Home Archive Issue #406
Issue #406

ASP.NET Core, security, and architecture

A varied .NET roundup covering file uploads, security pitfalls, clean architecture, debugging, LINQ, and real-world production fixes.

Jasen's top three picks

  1. 1
    Implementing a Custom Transport Layer in MCP

    c-sharpcorner.com

    Custom MCP transports are a nice reminder that extensibility is where these platforms get interesting.

  2. 2
    How to Upload Files in ASP.NET Core Web API?

    c-sharpcorner.com

    File uploads in ASP.NET Core are useful until they aren’t; validation and storage choices matter a lot.

  3. 3
    10 C# Mistakes Developers Make (And How to Avoid Them)

    medium.com

    Good security hygiene roundup here: phishing detection, suspicious NuGet packages, and session handling all deserve attention.

Editor's note

I pulled together a deliberately mixed lineup this time: practical ASP.NET Core work, a few architecture pieces, and some security and production lessons. The phishing-detection and malicious NuGet articles stand out because they’re the kind of issues teams can’t ignore once they hit your pipeline. I also liked the reserved-filenames post for reminding us that old platform quirks still matter in modern .NET apps.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox