Editor's note
I pulled together a pretty mixed bag today: performance, AI, security, and database work all made the cut. The API performance mistakes piece and the ThreadPool starvation guide both tackle problems that quietly hurt real systems. I also liked the local open-source AI PoC in VS Code and the EF Core 10 bulk operations benchmark for being practical, not theoretical.
API performance, local AI, EF Core 10
Enjoying the newsletter? Your feedback helps us grow and reach more developers.
Today's Articles
|
|
|
|
|
|
|
|
|
|
|
|
|
Jasen's take on today's picks
C# Performance Mistakes That Silently Kill Your APIs (And How to Fix Them)
Good reminder that API speed is usually lost in small mistakes, not one big failure.
Going Local (& a Bit Loco) with Open-Source AI in VS Code
A hands-on local AI setup in VS Code is useful, especially because it shows the rough edges too.
Why Your .NET App Hangs: A Beginner’s Guide to ThreadPool Starvation
ThreadPool starvation is still one of the easiest ways to make a healthy app look broken.
How to Protect Web Applications from DDoS Attacks?
The DDoS article stays practical by focusing on defenses teams can actually ship.
What Is Vector Database and Why It Is Important for AI Applications?
Vector databases keep showing up because semantics matter more than keyword matching in AI apps.
Designing Undo & Redo features
Undo and redo is classic design-pattern territory, and it's still worth revisiting.
Mastering DateTime & Time Zones in ASP.NET Core: Stop Breaking Your Users’ Clocks
DateTime and time zones remain a global bug factory; UTC-first discipline still wins.
Hey network, I want to share a free tool I built to make starting new .NET
A microservice template can save hours of boilerplate if it stays opinionated but light.
What is async and await in C# with Example
Async and await basics still matter because many performance bugs start there.
MSSQL Extension for VS Code: SQL Notebooks, AI-Powered Schema Design, Data API builder & More
The MSSQL VS Code update is a nice sign that database tooling keeps getting more productive.
Modernize .NET Application Using AI
AI-assisted modernization is interesting when it helps plan upgrades instead of pretending to automate everything.
Bulk Operations in EF Core 10 - Benchmarking Insert, Update, and Delete Strategies
EF Core bulk operation benchmarks are the kind of evidence-based article teams should bookmark.
Multiple DbContext in EF Core 10 - Scenarios, Setup & Migrations
Multiple DbContext guidance is timely for modular monoliths and split-schema systems.








