Home Archive Issue #135
Issue #135

JSON serializers, MAUI, and EF Core pitfalls

A varied .NET roundup covering serializer tradeoffs, MAUI, EF Core query gotchas, performance tips, nullable safety, and routing basics.

Jasen's top three picks

  1. 1
    Newtonsoft.Json vs. System.Text.Json: Picking the Right JSON Serializer for Your .NET Project

    towardsdev.com

    A practical serializer comparison that helps you choose between Newtonsoft.Json and System.Text.Json without guesswork.

  2. 2
    Why .NET MAUI is the Future of App Development

    csharp.com

    A straightforward MAUI article that argues the platform's case for cross-platform .NET app development.

  3. 3
    ADO.NET vs Entity Framework: Understanding the Differences

    csharp.com

    A clear reminder that ADO.NET and EF still solve different problems, especially when control or abstraction matters.

Editor's note

I curated a mixed lineup this issue, with practical guidance alongside a few broader ecosystem pieces. The serializer comparison and the EF Core distinct/orderby warning are especially useful because they can prevent real production mistakes.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox