Home Archive Issue #280
Issue #280

C# 13, Aspire, and .NET scripting

A varied .NET lineup covering C# 13, Aspire-backed APIs, ML.NET data loading, Azure Blob Storage, testing, and performance tuning.

Jasen's top three picks

  1. 1
    Loading Data in ML.NET: A Beginner’s Guide with C# Examples

    itnext.io

    ML.NET gets a friendly entry point here, with data loading examples that are easy to follow.

  2. 2
    ABP.io and Azure Blob Storage integration: A Simple Guide

    medium.com

    Azure Blob Storage shows up twice this issue, which tells me plenty of folks still need a clean integration path.

  3. 3
    Meet C# 13: Syntax That Looks Like JavaScript — Backed by Microsoft’s Safety

    towardsdev.com

    C# 13 and dotnet actions are the forward-looking reads: one on syntax, one on scripting.

Editor's note

I kept this issue deliberately mixed: language updates, cloud integration, and day-to-day code quality all show up here. The C# 13 piece and the dotnet actions scripting article are especially worth a look if you want to see where the platform is headed, while the TimeProvider tip is a practical win you can use right away. I also liked the Azure Blob Storage and security reads because they’re the kind of articles that solve real problems without much ceremony.

Today's articles

Default keyword in C#

medium.com

Have you ever been in a situation where you needed to initialize a variable but didn’t have a specific starting value for it yet? Maybe…

Topics: C#

Read article

Related issues

📬 Get daily .NET content delivered to your inbox