Home Archive Issue #359
Issue #359

C# 14, AI and .NET pitfalls

A varied mix of C# 14 changes, AI app integration, Visual Studio tips, security, and real-world .NET troubleshooting for working developers.

Jasen's top three picks

  1. 1
    “Object Cannot Be Cast from DBNull to Other Types” — The Hidden Null Trap in .NET 8 / 9

    medium.com

    A classic DBNull bug that still bites seasoned .NET developers when database nulls meet newer runtime behavior.

  2. 2
    Partial Constructors in C# 14 (.NET 10) - A Game-Changing Feature

    c-sharpcorner.com

    Partial constructors are one of those language features that could genuinely change how source generators and large codebases are organized.

  3. 3
    ASP.NET Development Services: Building Secure, Scalable, and High-Performance Web Applications

    medium.com

    A practical look at using MCP from C# to wire .NET apps into AI workflows without inventing a bespoke protocol.

Editor's note

I pulled together a deliberately mixed issue: language updates, practical tooling, and a few hard-earned lessons from real systems. The DBNull casting trap and the 49.7-day Task.Delay bug are the kind of details that save you a long night, while the C# 14 pieces and MCP article show where the platform is headed.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox