Home Archive Issue #301
Issue #301

EF Core, caching, and old-to-new .NET patterns

A mixed .NET lineup covering caching, EF Core with PostgreSQL, source generators, dependency injection, and Web Forms migration advice.

Jasen's top three picks

  1. 1
    What is .NET Framework?

    medium.com

    A quick refresher on what the .NET Framework is, useful if you’ve got legacy code or older docs in front of you.

  2. 2
    How does Caching work in .NET framework?

    medium.com

    Caching appears twice this issue, which is a nice reminder that performance work usually starts with the basics.

  3. 3
    C# tips: string.IsNullOrEmpty vs string.IsNullOrWhiteSpace

    c-sharpcorner.com

    Good practical C# housekeeping: null checks and string validation are still easy places to trip.

Editor's note

I pulled together a very mixed bag this time, from framework basics and caching to EF Core, source generators, and a couple of modernization pieces. The EF Core/PostgreSQL stored procedures article and the Web Forms migration prompts stand out because they hit real-world decisions people still make in 2025. I also like the JIT and BCL primers here for readers who want a refresher on the runtime pieces underneath everything else.

Today's articles

What is .NET Framework?

medium.com

The .NET Framework was a software development platform developed by Microsoft. It provided a comprehensive and consistent programming… Continue reading on .NET Framework — Common and Uncommon »

Topics: .NET Framework

Read article

Constants vs Read Only variables in C#

medium.com

In .NET, both constants and read-only variables serve the purpose of defining values that cannot be changed during the execution of a… Continue reading on .NET Framework with C#— Common and Uncommon »

Topics: C#

Read article

Related issues

📬 Get daily .NET content delivered to your inbox