EF Core Tuning, ASP.NET Core AI, Azure DevOps
Coverage spans EF Core performance, vertical slice architecture, Azure DevOps APIs, testing, exception handling, MAUI, and practical AI patterns.
Jasen's top three picks
- 1 Optimizing Entity Framework Core Queries for Large-Scale Applications
c-sharpcorner.com
Solid refresher on the usual EF Core hotspots: projection, tracking, pagination, and indexes still move the needle first.
- 2 Vertical Slice Architecture in C# (.NET 8): A Complete Guide with Production-Ready Examples
medium.com
If you like feature-first organization, this is a good production-minded vertical slice walkthrough with familiar CQRS and MediatR tradeoffs.
- 3 Get Service Connections with the Azure DevOps API (REST and TypeScript)
johnnyreilly.com
Useful nuts-and-bolts Azure DevOps API post. I appreciate seeing both curl and TypeScript instead of a hand-wavy overview.
Editor's note
I kept this one deliberately mixed, which is how I like these issues. The EF Core query tuning piece is useful for teams feeling database pain in production, and the Azure DevOps service connections article is the kind of practical API walkthrough that saves real time. I also liked the snapshot testing guide because it focuses on a technique plenty of .NET teams still underuse.
Today's articles
Optimizing Entity Framework Core Queries for Large-Scale Applications
c-sharpcorner.com
Optimize EF Core queries for large-scale apps. Learn techniques like projection, AsNoTracking, pagination, and indexing for peak performance.
Topics: EF Core Performance
Read articleVertical Slice Architecture in C# (.NET 8): A Complete Guide with Production-Ready Examples
medium.com
A deep dive into Vertical Slice Architecture in C# with .NET 8, real-world API design, CQRS, MediatR, and production-ready code examples.
Read articleGet Service Connections with the Azure DevOps API (REST and TypeScript)
johnnyreilly.com
Learn how to get service connections with the Azure DevOps REST API using both curl and TypeScript.
Topics: Azure DevOps REST API
Read articleCosmos DB Shell unlock agentic workflows with MCP toolkit
wondertalik.medium.com
Azure Cosmos DB Shell — open-source command-line interface With integrated Model Context Protocol (MCP) server support.
Read articleBuilding an Intelligent Feature Flag Management Platform with ASP.NET Core
c-sharpcorner.com
Build an intelligent feature flag platform with ASP.NET Core for safer, faster releases, A/B testing, and data-driven rollouts.
Topics: ASP.NET Core Design Patterns
Read articleThe Complete .NET 11 Developer’s Guide to the Agentic Web Part 1
medium.com
For the last few months, in these posts, we’ve been doing things the hard way on purpose. We built attention from scratch, watched tokens…
Read article7 AI Engineering Patterns Every .NET Developer Should Know (With Practical Examples)
blog.gopenai.com
Building AI applications isn’t about calling ChatGPT. It’s about designing systems that are intelligent, reliable, and scalable. Continue reading on GoPenAI »
Topics: Design Patterns OpenAI
Read articleEncapsulate LINQ with Extension Methods
medium.com
LINQ is powerful and makes life easier for us developers. However, LINQ queries can unfortunately create significant coupling to the…
Topics: C# Design Patterns
Read article.NET 10 dnx: Run a .NET Tool Without Installing It
c-sharpcorner.com
Run .NET tools without installation using dotnet tool exec or the dnx shortcut. Ideal for one-off tasks & CI/CD.
Topics: .NET 10
Read articleNo more regressions with Snapshot Tests in C# using Verify: a practical guide
code4it.dev
Snapshot Tests are an uncommon type of test that focuses on checking that no regressions were introduced after a code refactoring. Let’s learn how they work and how to use the Verify NuGet libra...
Topics: Unit Testing xUnit.net
Read articleBuilding AI Features in ASP.NET Core Using Small Language Models Instead of Large LLMs
c-sharpcorner.com
Build AI features in ASP.NET Core with Small Language Models (SLMs) for lower costs, faster responses, and better privacy than LLMs.
Topics: ASP.NET Core OpenAI
Read articleBest Libraries for ASP.NET Core in 2026 (Opinionated)
codewithmukesh.com
An opinionated list of the best libraries for ASP.NET Core in 2026 - what to install, what .NET 10 now ships free, and which popular packages went commercial.
Topics: ASP.NET Core .NET 10
Read articleI Taught Claude Code to Stop Breaking My .NET Projects
medium.com
How a small plugin called DotnetPilot turned “AI wrote code that compiles” into “AI wrote code that actually belongs in a .NET solution”
Topics: C# GitHub Copilot
Read articleAgent Harness: Working with your data, safely
devblogs.microsoft.com
Part 2 of Build your own claw and agent harness with Microsoft Agent Framework. In Part 1 we stood up a har
Read articleThe IDisposable and using Truth Most of Us Missed in C#
medium.com
We all write using every day. Very few of us stop to think about what it actually does.
Topics: C#
Read article.NET MAUI Community Standup: SkiaSharp 4 has arrived!
youtube.com
SkiaSharp 4 is here! In this .NET MAUI Community Standup, Matthew Leibowitz, David Ortinau, and Gerald Versluis take a look at what’s new in SkiaSharp 4 and what it means for .NET MAUI developers. We’...
Topics: .NET MAUI
Read article12 C# OOP Concepts Every .NET Developer Must Know
medium.com
When developers begin learning C#, one of the first things they hear is:
Topics: C# Solid Principles
Read articleAI-Driven Performance Profiling for ASP.NET Core Applications
c-sharpcorner.com
Unlock faster ASP.NET Core apps with AI-driven profiling. Automate bottleneck detection, get smart recommendations, and boost performance.
Topics: ASP.NET Core Performance Profiling
Read articleHow to Implement AI-Powered Exception Analysis in ASP.NET Core
c-sharpcorner.com
Automate ASP.NET Core exception analysis with AI. Detect root causes, prioritize issues, and get remediation suggestions for faster troubleshooting.
Topics: ASP.NET Core OpenAI
Read article.NET app returning a blank 500? Not with exception handlers
roundthecode.com
Is your ASP.NET Core Web API returning a blank 500 response? Learn how to fix it properly using exception handlers. The page .NET app returning a blank 500? Not with exception handlers appeared on Rou...
Topics: ASP.NET Core Web API
Read articleDRY Principle in C#: Don't Repeat Yourself - A Practical Guide With Real Code Examples
c-sharpcorner.com
Master the DRY principle in C#: avoid duplicating knowledge, not just code. Learn practical examples and common pitfalls for robust software.
Topics: C# Solid Principles
Read articleBuilding AI-Powered Database Query Optimization Tools with SQL Server and .NET
c-sharpcorner.com
Build AI-powered SQL Server query optimization tools with .NET. Automate performance analysis, detect bottlenecks, and get intelligent recommendations.
Topics: OpenAI Performance SQL Server
Read articleBuilding a Developer Copilot for Internal Documentation Using Semantic Kernel
c-sharpcorner.com
Build an AI-powered Developer Copilot for internal docs using Semantic Kernel & .NET. Enhance knowledge discovery & productivity.
Topics: OpenAI Semantic Kernel
Read article