Home Archive Issue #263
Issue #263

Cancellation tokens, middleware, and EF Core

A varied .NET roundup covering cancellation patterns, ASP.NET Core middleware, EF Core read-only mappings, dependency injection, and core C# fundamentals.

Jasen's top three picks

  1. 1
    What’s the difference between static, public, and void in C#?

    c-sharpcorner.com

    A clear primer on method keywords that still trips up newcomers.

  2. 2
    Mastering IOptions in .NET

    medium.com

    Good refresher on options binding before you reach for custom config code.

  3. 3
    Common errors to avoid in ASP.NET Core dependency injection

    roundthecode.com

    Classic DI pitfalls, explained in a way teams can act on quickly.

Editor's note

I pulled together another intentionally mixed issue: beginner-friendly C# explainers sit right alongside deeper framework pieces. The cancellation token articles stand out for developers who want to avoid subtle async mistakes, and the EF Core read-only properties post is a nice practical domain-modeling read. It’s the kind of lineup that gives both new and experienced .NET folks something useful.

Today's articles

What is object-oriented programming in C#?

c-sharpcorner.com

A hands-on guide to understanding object-oriented programming (OOP) in C#, complete with real-world examples. Learn the four pillars of OOP, Encapsulation, Inheritance, Polymorphism, and Abstraction, ...

Topics: C#

Read article

Related issues

📬 Get daily .NET content delivered to your inbox