Home Archive EF Core Tuning, ASP.NET Core AI, Azure DevOps – .NET News Daily Issue #493 (Jul 9, 2026)

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.

Enjoying the newsletter? Your feedback helps us grow and reach more developers.

Share your testimonial →

Today's Articles

Optimizing Entity Framework Core Queries for Large-Scale Applications

https://www.c-sharpcorner.com/article/optimizing-entity-framework-core-queries-for-large-scale-applications/?utm_source=dotnetnews.co&utm_medium=referral&utm_campaign=the-net-news-daily-issue-493

Optimize EF Core queries for large-scale apps. Learn techniques like projection, AsNoTracking, pagination, and indexing for peak performance.

Vertical Slice Architecture in C# (.NET 8): A Complete Guide with Production-Ready Examples

https://medium.com/@kevalbalar1995/vertical-slice-architecture-in-c-net-8-a-complete-guide-with-production-ready-examples-a12abb98faf0?source=rss------csharp-5&utm_source=dotnetnews.co&utm_medium=referral&utm_campaign=the-net-news-daily-issue-493

A deep dive into Vertical Slice Architecture in C# with .NET 8, real-world API design, CQRS, MediatR, and production-ready code examples.

Get Service Connections with the Azure DevOps API (REST and TypeScript)

https://johnnyreilly.com/get-service-connections-with-azure-devops-api?utm_source=dotnetnews.co&utm_medium=referral&utm_campaign=the-net-news-daily-issue-493

Learn how to get service connections with the Azure DevOps REST API using both curl and TypeScript.

Cosmos DB Shell unlock agentic workflows with MCP toolkit

https://wondertalik.medium.com/cosmos-db-shell-unlock-agentic-workflows-with-mcp-toolkit-f3362cf6c7d3?source=rss------dotnet-5&utm_source=dotnetnews.co&utm_medium=referral&utm_campaign=the-net-news-daily-issue-493

Azure Cosmos DB Shell — open-source command-line interface With integrated Model Context Protocol (MCP) server support.

Building an Intelligent Feature Flag Management Platform with ASP.NET Core

https://www.c-sharpcorner.com/article/building-an-intelligent-feature-flag-management-platform-with-asp-net-core/?utm_source=dotnetnews.co&utm_medium=referral&utm_campaign=the-net-news-daily-issue-493

Build an intelligent feature flag platform with ASP.NET Core for safer, faster releases, A/B testing, and data-driven rollouts.

The Complete .NET 11 Developer’s Guide to the Agentic Web Part 1

https://medium.com/@azurecoder/the-complete-net-11-developers-guide-to-the-agentic-web-part-1-ad29b7fefcbd?source=rss------csharp-5&utm_source=dotnetnews.co&utm_medium=referral&utm_campaign=the-net-news-daily-issue-493

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…

7 AI Engineering Patterns Every .NET Developer Should Know (With Practical Examples)

https://blog.gopenai.com/7-ai-engineering-patterns-every-net-developer-should-know-with-practical-examples-ddf68528dc22?source=rss------dotnet-5&utm_source=dotnetnews.co&utm_medium=referral&utm_campaign=the-net-news-daily-issue-493

Building AI applications isn’t about calling ChatGPT. It’s about designing systems that are intelligent, reliable, and scalable. Continue reading on GoPenAI »

Encapsulate LINQ with Extension Methods

https://medium.com/@ozcan.boyraz/encapsulate-linq-with-extension-methods-cfcb4444e4d5?source=rss------csharp-5&utm_source=dotnetnews.co&utm_medium=referral&utm_campaign=the-net-news-daily-issue-493

LINQ is powerful and makes life easier for us developers. However, LINQ queries can unfortunately create significant coupling to the…

.NET 10 dnx: Run a .NET Tool Without Installing It

https://www.c-sharpcorner.com/article/net-10-dnx-run-a-net-tool-without-installing-it/?utm_source=dotnetnews.co&utm_medium=referral&utm_campaign=the-net-news-daily-issue-493

Run .NET tools without installation using dotnet tool exec or the dnx shortcut. Ideal for one-off tasks & CI/CD.

No more regressions with Snapshot Tests in C# using Verify: a practical guide

https://www.code4it.dev/blog/snapshot-tests-with-verify/?utm_source=dotnetnews.co&utm_medium=referral&utm_campaign=the-net-news-daily-issue-493

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...

Building AI Features in ASP.NET Core Using Small Language Models Instead of Large LLMs

https://www.c-sharpcorner.com/article/building-ai-features-in-asp-net-core-using-small-language-models-instead-of-larg/?utm_source=dotnetnews.co&utm_medium=referral&utm_campaign=the-net-news-daily-issue-493

Build AI features in ASP.NET Core with Small Language Models (SLMs) for lower costs, faster responses, and better privacy than LLMs.

Best Libraries for ASP.NET Core in 2026 (Opinionated)

https://codewithmukesh.com/blog/best-libraries-for-aspnet-core/?utm_source=dotnetnews.co&utm_medium=referral&utm_campaign=the-net-news-daily-issue-493

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.

I Taught Claude Code to Stop Breaking My .NET Projects

https://medium.com/@nickzdanovych/i-taught-claude-code-to-stop-breaking-my-net-projects-11db6d531d0a?source=rss------dotnet-5&utm_source=dotnetnews.co&utm_medium=referral&utm_campaign=the-net-news-daily-issue-493

How a small plugin called DotnetPilot turned “AI wrote code that compiles” into “AI wrote code that actually belongs in a .NET solution”

Agent Harness: Working with your data, safely

https://devblogs.microsoft.com/agent-framework/agent-harness-working-with-your-data-safely/?utm_source=dotnetnews.co&utm_medium=referral&utm_campaign=the-net-news-daily-issue-493

Part 2 of Build your own claw and agent harness with Microsoft Agent Framework. In Part 1 we stood up a har

The IDisposable and using Truth Most of Us Missed in C#

https://medium.com/@ravikumar.makwana/the-idisposable-and-using-truth-most-of-us-missed-in-c-a6b2c46aa170?source=rss------csharp-5&utm_source=dotnetnews.co&utm_medium=referral&utm_campaign=the-net-news-daily-issue-493

We all write using every day. Very few of us stop to think about what it actually does.

.NET MAUI Community Standup: SkiaSharp 4 has arrived!

https://www.youtube.com/watch?v=V_EO32C0AlY&utm_source=dotnetnews.co&utm_medium=referral&utm_campaign=the-net-news-daily-issue-493

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’...

12 C# OOP Concepts Every .NET Developer Must Know

https://medium.com/@sachinghadi/12-c-oop-concepts-every-net-developer-must-know-2f031b6d44a9?source=rss------csharp-5&utm_source=dotnetnews.co&utm_medium=referral&utm_campaign=the-net-news-daily-issue-493

When developers begin learning C#, one of the first things they hear is:

AI-Driven Performance Profiling for ASP.NET Core Applications

https://www.c-sharpcorner.com/article/ai-driven-performance-profiling-for-asp-net-core-applications/?utm_source=dotnetnews.co&utm_medium=referral&utm_campaign=the-net-news-daily-issue-493

Unlock faster ASP.NET Core apps with AI-driven profiling. Automate bottleneck detection, get smart recommendations, and boost performance.

How to Implement AI-Powered Exception Analysis in ASP.NET Core

https://www.c-sharpcorner.com/article/how-to-implement-ai-powered-exception-analysis-in-asp-net-core/?utm_source=dotnetnews.co&utm_medium=referral&utm_campaign=the-net-news-daily-issue-493

Automate ASP.NET Core exception analysis with AI. Detect root causes, prioritize issues, and get remediation suggestions for faster troubleshooting.

.NET app returning a blank 500? Not with exception handlers

https://www.roundthecode.com/dotnet-tutorials/dotnet-app-returning-blank-500-not-with-exception-handlers?utm_source=dotnetnews.co&utm_medium=referral&utm_campaign=the-net-news-daily-issue-493

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...

DRY Principle in C#: Don't Repeat Yourself - A Practical Guide With Real Code Examples

https://www.c-sharpcorner.com/article/dry-principle-in-c-sharp-dont-repeat-yourself-a-practical-guide-with-real-code-ex/?utm_source=dotnetnews.co&utm_medium=referral&utm_campaign=the-net-news-daily-issue-493

Master the DRY principle in C#: avoid duplicating knowledge, not just code. Learn practical examples and common pitfalls for robust software.

Building AI-Powered Database Query Optimization Tools with SQL Server and .NET

https://www.c-sharpcorner.com/article/building-ai-powered-database-query-optimization-tools-with-sql-server-and-net/?utm_source=dotnetnews.co&utm_medium=referral&utm_campaign=the-net-news-daily-issue-493

Build AI-powered SQL Server query optimization tools with .NET. Automate performance analysis, detect bottlenecks, and get intelligent recommendations.

Building a Developer Copilot for Internal Documentation Using Semantic Kernel

https://www.c-sharpcorner.com/article/building-a-developer-copilot-for-internal-documentation-using-semantic-kernel/?utm_source=dotnetnews.co&utm_medium=referral&utm_campaign=the-net-news-daily-issue-493

Build an AI-powered Developer Copilot for internal docs using Semantic Kernel & .NET. Enhance knowledge discovery & productivity.

Jasen's take on today's picks

Optimizing Entity Framework Core Queries for Large-Scale Applications

Solid refresher on the usual EF Core hotspots: projection, tracking, pagination, and indexes still move the needle first.

Vertical Slice Architecture in C# (.NET 8): A Complete Guide with Production-Ready Examples

If you like feature-first organization, this is a good production-minded vertical slice walkthrough with familiar CQRS and MediatR tradeoffs.

Get Service Connections with the Azure DevOps API (REST and TypeScript)

Useful nuts-and-bolts Azure DevOps API post. I appreciate seeing both curl and TypeScript instead of a hand-wavy overview.

Cosmos DB Shell unlock agentic workflows with MCP toolkit

Interesting crossover of Cosmos DB tooling and MCP-style agent workflows; worth a look if you're experimenting with AI-assisted data access.

Building an Intelligent Feature Flag Management Platform with ASP.NET Core

Feature flags are never just toggles in mature systems, and this gets into platform concerns instead of stopping at hello world.

The Complete .NET 11 Developer’s Guide to the Agentic Web Part 1

.NET 11 plus agentic web is forward-looking material; more exploratory than immediately practical, but that's part of the appeal.

7 AI Engineering Patterns Every .NET Developer Should Know (With Practical Examples)

These patterns matter more than model hype. Reliability and system design are where most AI app success or failure really lives.

Encapsulate LINQ with Extension Methods

A nice maintainability-focused idea: hide repeated query intent behind extensions instead of scattering LINQ all over the codebase.

.NET 10 dnx: Run a .NET Tool Without Installing It

dnx is a handy quality-of-life improvement, especially for CI scripts and one-off tool execution.

No more regressions with Snapshot Tests in C# using Verify: a practical guide

Snapshot testing still feels underused in .NET. Verify can be a sharp tool when you need confidence during refactors.

Building AI Features in ASP.NET Core Using Small Language Models Instead of Large LLMs

The SLM angle is timely: lower cost, latency, and privacy concerns make small models a better fit than many teams assume.

Best Libraries for ASP.NET Core in 2026 (Opinionated)

Opinionated library lists can age badly, but they’re useful when they explain what the platform now gives you for free.

I Taught Claude Code to Stop Breaking My .NET Projects

Interesting attempt to constrain AI coding output so it fits real .NET solutions instead of merely compiling.

Agent Harness: Working with your data, safely

Safety around data access is where agent frameworks will be won or lost. Good area to watch closely.

The IDisposable and using Truth Most of Us Missed in C#

A worthwhile revisit of IDisposable and using semantics; fundamentals still trip people up in subtle ways.

.NET MAUI Community Standup: SkiaSharp 4 has arrived!

SkiaSharp 4 landing is notable for MAUI folks who care about graphics, rendering, and cross-platform UI polish.

12 C# OOP Concepts Every .NET Developer Must Know

Basic material, but sometimes a quick OOP reset is useful when mentoring or onboarding newer C# developers.

AI-Driven Performance Profiling for ASP.NET Core Applications

Profiling advice wrapped in AI language is only useful if the recommendations are actionable; still, performance tooling is always relevant.

How to Implement AI-Powered Exception Analysis in ASP.NET Core

Exception analysis is a good AI-assisted scenario when it reduces triage time without obscuring the real stack details.

.NET app returning a blank 500? Not with exception handlers

If your API emits useless 500s, fix that first. Clear exception handling is operational hygiene, not a nice-to-have.

DRY Principle in C#: Don't Repeat Yourself - A Practical Guide With Real Code Examples

DRY gets oversimplified constantly, so I’m glad this frames it as duplicated knowledge, not just duplicated code.

Building AI-Powered Database Query Optimization Tools with SQL Server and .NET

An interesting blend of SQL Server performance work and AI-assisted tuning; promising if grounded in actual execution data.

Building a Developer Copilot for Internal Documentation Using Semantic Kernel

Internal developer copilots live or die on source quality and guardrails, but Semantic Kernel is a sensible foundation here.

Related issues

📬 Get daily .NET content delivered to your inbox