Home Archive Issue #291
Issue #291

C# 13, Aspire, and ASP.NET Core security

A varied roundup of C# 13 updates, Aspire adoption, Serilog logging, middleware pitfalls, performance tips, and ASP.NET Core security guidance.

Jasen's top three picks

  1. 1
    What’s New in C# 13 — A Deep Dive into the Latest Features

    medium.com

    C# 13 gets the headline, but the practical angle matters more: smaller language upgrades that make everyday code nicer.

  2. 2
    Life of a VS Code SWE Intern with Christy Nguyen | VS Code Insiders Podcast ep. 5

    youtube.com

    A good Aspire intro if you’re trying to bring orchestration and observability into an existing app without starting over.

  3. 3
    Building Microservices with C# and .NET Core

    medium.com

    Several ASP.NET Core pieces here are worth a sober read if you ship APIs—especially the middleware and security articles.

Editor's note

I pulled together a pretty wide mix this issue: language updates, operational tooling, security, and day-to-day ASP.NET Core pitfalls. The C# 13 deep dive and the Aspire article stand out because they both point at where the platform is heading and how to apply it in real apps. I also liked the security-focused pieces on penetration testing and background job abuse because they’re practical reminders, not just theory.

Today's articles

Access Modifiers in C#

c-sharpcorner.com

Master C# access modifiers (public, private, protected, internal, protected internal, private protected) to control code visibility and build robust, maintainable applications. Learn how to encapsulat...

Topics: C# .NET Core

Read article

SQL: The Language of Databases

c-sharpcorner.com

This article provides a comprehensive overview of SQL, the standard language for relational databases. Learn core features, basic commands (CREATE, INSERT, SELECT, UPDATE, DELETE), and why SQL is esse...

Read article

Related issues

📬 Get daily .NET content delivered to your inbox