Home Archive Issue #501
Issue #501

Local AI, EF Core, and ASP.NET Core

Coverage spans .NET MAUI design help, Hangfire jobs, EF Core tuning and migrations, local LLM apps, Azure AI SaaS, and SQL Server tips.

Jasen's top three picks

  1. 1
    From developer art to good looking apps - an AI design skill for .NET MAUI

    mallibone.com

    A practical angle on a real developer pain point: shipping decent UI when design isn't your strongest skill.

  2. 2
    Hangfire Jobs in .NET Core: Complete Guide to Background Job Processing

    c-sharpcorner.com

    Good refresher on Hangfire fundamentals if you need reliable background processing without building the plumbing yourself.

  3. 3
    How to Build Local-First AI Applications Using ONNX Runtime and .NET

    c-sharpcorner.com

    Local inference in .NET keeps getting more interesting, and this is a solid privacy-first framing.

Editor's note

I kept this one nicely mixed on purpose. The local-first AI piece using ONNX Runtime stood out because it tackles privacy and latency in practical terms, and the warning about C# 14’s field keyword potentially breaking EF Core mappings is exactly the kind of edge case worth catching early. There’s also a useful performance thread running through the issue, from EF Core tuning to string concat costs and even SET NOCOUNT ON in T-SQL.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox