Home Archive Issue #390
Issue #390

C# Rounding, Routing, and Azure Workflows

A mixed .NET roundup covering rounding rules, ASP.NET Core routing, Azure queue email pipelines, background jobs, and AI dev tools.

Jasen's top three picks

  1. 1
    C# Rounding Demystified: The Ultimate Guide to Rounding Numbers in .NET

    medium.com

    Rounding gets treated like trivia until money or reporting is involved; this guide is useful because it focuses on practical .NET behavior, not just math

  2. 2
    C# vs Java — Which Language Should You Choose in 2026?

    medium.com

    A 2026 C# vs. Java comparison is always more about ecosystem and longevity than syntax, and that’s the angle worth debating.

  3. 3
    The Real Difference Between record and class Isn’t About Syntax

    donmahsu.medium.com

    The record-vs-class piece is a good reminder that value semantics and intent matter more than the keyword itself.

Editor's note

I pulled together a familiar mix here: language fundamentals, web plumbing, architecture, and a few practical tooling pieces. The routing explainer and the Azure queue email system are especially useful if you’re building real services, not just samples. I also liked the compiler-error note for reminding us how much signal is hiding in the build output.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox