Home Archive Issue #339
Issue #339

EF Core 10, C# 14, and ASP.NET Core tips

A varied .NET roundup with EF Core 10, C# 14 extension members, ASP.NET Core pitfalls, MediatR logging, and architecture advice.

Jasen's top three picks

  1. 1
    Google Just Replaced Coding With Orchestration — Meet Antigravity

    medium.com

    A buzzy look at Google’s orchestration-first workflow, interesting mainly for how fast our tooling assumptions are shifting.

  2. 2
    The Hidden Complexity Behind a “Simple” Request–Response

    medium.com

    A solid reminder that request/response hides more moving parts than most of us think about day to day.

  3. 3
    Stop Writing 10 Repository Methods for One Query! — Harness the Specification Pattern in EF Core

    medium.com

    Specification pattern plus EF Core is a useful combo when repository sprawl starts getting silly.

Editor's note

I pulled together a deliberately mixed issue today: there’s real framework depth alongside some plain-language fundamentals. The EF Core 10 piece and the C# 14 extension members article are the standouts for readers tracking what’s new, while the async/await and blocking-calls posts are good reminders that everyday code still hides sharp edges.

Today's articles

What is a Constructor?

c-sharpcorner.com

Unlock the power of constructors in programming! Learn what they are, how they work, and their different types (default, parameterized, DI) with C# examples. Master object initialization!

Topics: C# Design Patterns

Read article

Related issues

📬 Get daily .NET content delivered to your inbox