Home Archive Issue #260
Issue #260

ASP.NET Core APIs, performance, and testing

Issue 260 covers ASP.NET Core response patterns, EF Core auditing, minimal APIs, C# performance, testing, and AI-driven .NET experiments.

Jasen's top three picks

  1. 1
    474: Apple Intelligence for C# and .NET

    mergeconflict.fm

    Frank’s Apple Intelligence work is the most unusual item here, and it’s a fun look at where .NET can reach beyond the usual server-side lanes.

  2. 2
    Mastering Unified API Responses in ASP.NET Core

    medium.com

    Unified API responses is a small design choice that pays off quickly in consistency, client handling, and cleaner controller code.

  3. 3
    What are indexers in C#?

    c-sharpcorner.com

    Indexers are one of those C# features people gloss over, so a plain-English refresher is genuinely useful.

Editor's note

I pulled a deliberately mixed lineup again: API design, performance work, architecture, testing, and a few AI-adjacent pieces. The unified response and EF Core audit posts are especially practical, while the Span and Dictionary articles reward anyone chasing real-world speedups.

Today's articles

What are indexers in C#?

c-sharpcorner.com

Exploring indexers in C# is a powerful feature that lets objects behave like arrays. We'll explain the basics in simple language, compare them to properties, cover multiple examples including overload...

Topics: C#

Read article

Selenium WebDriver Overview

c-sharpcorner.com

Selenium WebDriver is a powerful tool for automating web browser interactions. It enables cross-browser testing, supports multiple languages, and is essential for robust and scalable test automation f...

Topics: Unit Testing

Read article

InfluxDB and C#

nodogmablog.bryanhogan.net

Download full source code. I recently started playing with InfluxDB, and as with many of these things, it took a little longer to get going than expected. So, to save the next person some time, here ...

Topics: .NET Core Performance

Read article

Related issues

📬 Get daily .NET content delivered to your inbox