Home Archive Issue #137
Issue #137

GC internals, EF Core pitfalls, and API patterns

A varied .NET roundup covering garbage collection, EF Core mistakes, CQRS with MediatR, REST API practices, debugging, and productivity tips.

Jasen's top three picks

  1. 1
    Garbage Collector in .NET: Principles and Architecture

    medium.com

    A solid runtime refresher on how GC really works under the hood, which helps when you’re chasing memory pressure or latency spikes.

  2. 2
    Understanding Constructor Chaining In C#

    csharp.com

    Constructor chaining is basic but easy to misuse; this is a good reset for cleaner object initialization.

  3. 3
    Database first approach with DotNet Core

    ravindradevrani.medium.com

    Database-first still matters in brownfield work, and this one should help teams wiring existing schemas into .NET Core.

Editor's note

I kept this issue intentionally mixed: low-level runtime material sits next to practical API and data-access pieces. The garbage collector deep dive and the EF Core mistakes article are the two I’d flag first for most .NET teams, because they both pay off in day-to-day code quality.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox