Home Archive Issue #415
Issue #415

ASP.NET Core migration, performance and AI

Issue #415 covers WebHost-to-WebApplication migration, C# enum and nullable reference guidance, bulk DB updates, Copilot, Serilog, and Azure slot swaps.

Jasen's top three picks

  1. 1
    Modernizing .NET — Part 14: Migrating from WebHost to WebApplication in ASP.NET Core

    medium.com

    A practical migration guide for moving older ASP.NET Core apps onto the WebApplication model.

  2. 2
    How to Convert a String to an Enum and back in C#

    pietschsoft.com

    A clear refresher on converting strings to enums safely, with real-world edge cases in mind.

  3. 3
    Building a RAG (Retrieval-Augmented Generation) System in .NET — With a Practical Example

    blog.gopenai.com

    A hands-on RAG walkthrough that shows how .NET apps can plug into retrieval and generation workflows.

Editor's note

I pulled a deliberately mixed lineup this time, from ASP.NET Core modernization to AI tooling and database work. The WebHost to WebApplication migration piece and the bulk update article stood out because they solve practical upgrade and throughput problems many teams face. I also liked the Copilot and azd items for showing where the platform workflow is headed without losing the day-to-day developer angle.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox