Home Archive Issue #238
Issue #238

C# fundamentals, performance, and Azure deployment

A mixed .NET lineup covering core C# concepts, GC and async pitfalls, EF decisions, Azure hosting, and Copilot/MCP tooling.

Jasen's top three picks

  1. 1
    Difference Between Abstract Class and Normal Class in C#

    c-sharpcorner.com

    A straightforward refresher on abstract classes versus normal classes, useful if you’re mentoring or cleaning up a codebase.

  2. 2
    Garbage Collection (GC) in .NET

    c-sharpcorner.com

    GC basics never get old; this one is a good checkpoint for understanding when the runtime is doing work you didn’t ask for.

  3. 3
    Filtering, Sorting & Pagination Made Easy in .NET with Sieve

    c-sharpcorner.com

    Sieve is a practical reminder that filtering, sorting, and pagination are best treated as API concerns, not ad hoc query code.

Editor's note

I pulled together a pretty classic .NET mix today: fundamentals, performance, data access, and cloud tooling all land in one issue. The GC and async articles are the kind of pieces that help you avoid costly production surprises, while the Azure hosting and Copilot/MCP entries point to where day-to-day .NET work is headed.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox