Home Archive Issue #343
Issue #343

EF Core, C# features, and ASP.NET Core security

Practical .NET reads on EF Core configuration, C# language habits, ASP.NET Core pipelines, caching, security, and clean architecture.

Jasen's top three picks

  1. 1
    The Better Way to Configure Entity Framework Core in .Net 9

    medium.com

    A practical look at configuring EF Core without the usual Program.cs clutter, which is useful if you want cleaner startup code.

  2. 2
    5 Underused C# Features That Level Up Your Code Quality

    medium.com

    Five underused C# features worth revisiting; these are the kinds of language tools that quietly improve readability and API design.

  3. 3
    How to Build a Production-Ready Invoice Builder in .NET Using IronPDF

    towardsdev.com

    A production invoice builder example that mixes backend and frontend concerns, with enough implementation detail to be immediately useful.

Editor's note

I put together a fairly mixed lineup today, from EF Core configuration and enum handling to ASP.NET Core security and Copilot updates. The Roslyn logging piece and the escape-analysis writeup both stand out for engineers who like deeper runtime and tooling details.

Today's articles

C# Fundamentals

c-sharpcorner.com

Master C# fundamentals before diving into ASP.NET Core! Learn variables, OOP, inheritance, LINQ, and more with real-world examples. Includes a CRUD practice task.

Topics: C#

Read article

Related issues

📬 Get daily .NET content delivered to your inbox