Home Archive Issue #269
Issue #269

C# basics, EF Core tuning, and MCP in Visual Studio

A mixed .NET roundup covering language fundamentals, FastEndpoints, EF Core performance, Minimal APIs, Copilot, and Visual Studio MCP GA.

Jasen's top three picks

  1. 1
    What are the difference between a function and a method in C# ?

    c-sharpcorner.com

    A solid refresher on the C# basics that still trip people up, especially when “function” versus “method” starts showing up in code reviews.

  2. 2
    FastEndpoints for Senior .NET Developers: Advanced Validation, DI, and Middleware Techniques

    blog.stackademic.com

    FastEndpoints gets a deeper treatment here, with validation, DI, and middleware patterns that matter once you’re past the hello-world stage.

  3. 3
    From Stack to Span<T> — A Recap into C#’s Memory

    c-sharpcorner.com

    Span and stack-vs-heap memory are back on the menu, this time with a performance angle that’s worth revisiting.

Editor's note

I curated a pretty balanced mix today: some fundamentals, some performance, and a few tooling updates. The Visual Studio MCP GA item stands out for day-to-day AI-assisted workflows, and the LINQ performance piece is a useful reality check for code that looks tidy but costs throughput. I also like the EF Core and Minimal APIs articles because they’re the sort of practical topics teams can apply immediately.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox