AI Agents, LINQ, Async, and ASP.NET Core
Covers AI agent apps, safer async patterns, LINQ interview prep, event-driven microservices, and practical architecture guidance.
Jasen's top three picks
- 1 Beyond Chatbots: Building AI Agent Applications in .NET
medium.com
A practical step beyond chat UIs into agent-style application design in .NET.
- 2 Building AI-Powered Release Notes from Git History Using .NET
c-sharpcorner.com
Release note automation is a solid real-world AI use case, especially when teams struggle with consistency.
- 3 Claude Code for .NET Developers: A Practical Introduction
c-sharpcorner.com
Useful if you want to understand where AI coding agents fit into a .NET workflow.
Editor's note
I kept this one deliberately mixed, even with the strong AI presence across the list. The async deadlock reminder on .Result and .Wait() is the kind of evergreen article that saves production pain, and the event-driven microservices walkthrough stood out for readers working through messaging design. There’s also a useful spread of LINQ, DI, modernization, MAUI, and ASP.NET Core architecture pieces in here.
Today's articles
Beyond Chatbots: Building AI Agent Applications in .NET
medium.com
Large Language Models have made it incredibly easy to build chat-based applications. A few API calls, a prompt, and a UI are often enough…
Topics: .NET Aspire C# OpenAI
Read articleBuilding AI-Powered Release Notes from Git History Using .NET
c-sharpcorner.com
Automate release notes with .NET and AI from Git history. Streamline documentation, improve consistency, and save developer time.
Read articleClaude Code for .NET Developers: A Practical Introduction
c-sharpcorner.com
Unlock Claude Code for .NET! Learn to integrate this AI agent into your C# workflow for testing, debugging, refactoring, and more.
Topics: C# GitHub Copilot OpenAI
Read articleStop Using .Result and .Wait() in Your .NET Code
medium.com
Your app works fine in testing. You deploy it, a few users come on, and then it just… hangs. No error, no crash. The request sits there…
Topics: C# Performance
Read articleAutomating API Security Reviews with AI in ASP.NET Core
c-sharpcorner.com
Automate API security reviews in ASP.NET Core with AI. Detect vulnerabilities early, improve code quality, and enhance API protection.
Topics: ASP.NET Core Security Web API
Read articleBuilding AI-Powered Engineering Standards Assistants Using Blazor
c-sharpcorner.com
Build AI-powered engineering standards assistants with Blazor & ASP.NET Core for instant guidance, improved productivity, and consistent application of guidelines.
Topics: ASP.NET Core Blazor OpenAI
Read articleImplementing Event-Driven Microservices in .NET:
medium.com
This guide provides a comprehensive, step-by-step walkthrough for implementing a resilient event-driven messaging system using MassTransit…
Topics: ASP.NET Core Design Patterns Service Bus
Read article30 LINQ Interview Questions That Actually Get Asked in 2026
codewithmukesh.com
30 real LINQ interview questions with great answers, red flags, and follow-ups. Deferred execution, IQueryable, expression trees, and the .NET 9/10 operators.
Read articleStop throwing exceptions for control flow: the Result railway in C#
medium.com
“This order ID does not exist” is not an exceptional event, it is a routine branch of normal control flow. Here is the Result railway…
Topics: C# Design Patterns
Read articleBuilding AI-Powered Operational Knowledge Graphs with .NET
c-sharpcorner.com
Build AI-powered operational knowledge graphs with .NET & ASP.NET Core for deeper insights, faster incident response, and improved IT operations.
Topics: ASP.NET Core Azure OpenAI
Read articleBuilding AI-Powered Knowledge Validation Systems with .NET
c-sharpcorner.com
Build AI-powered knowledge validation systems with .NET and ASP.NET Core to ensure accurate, consistent, and up-to-date organizational knowledge.
Topics: ASP.NET Core OpenAI
Read articleBuild a Fitness Tracker Health Dashboard in .NET MAUI — No SDK Required
medium.com
Custom arc rings, bar charts, and MVVM from scratch using IDrawable and CommunityToolkit
Read articleAI-Powered Codebase Modernization Using GitHub Copilot Agents
c-sharpcorner.com
Accelerate .NET codebase modernization with GitHub Copilot Agents. Analyze, refactor, and test legacy code efficiently.
Topics: C# .NET Framework GitHub Copilot
Read articleHow to Build AI-Powered Technical Support Automation Platforms
c-sharpcorner.com
Build AI-powered technical support automation platforms with ASP.NET Core for faster, more efficient, and scalable customer assistance.
Topics: ASP.NET Core OpenAI
Read articleLearn LINQ in C# from Scratch
c-sharpcorner.com
LINQ is a set of language and framework features for writing queries on collection types. It is useful for selecting, accessing, and transforming data in a dataset.
Topics: C#
Read articleDecorating Strategies: Adding Permission Checks Without Touching Business Logic
gbemmiey.medium.com
Part 1 of this series replaced a 50+ case switch statement with a family of strategy classes. Part 2 replaced a second switch statement —…
Topics: Authorization Design Patterns Solid Principles
Read articleDesigning AI-Ready Multi-Tenant Architectures in ASP.NET Core
c-sharpcorner.com
Design AI-ready multi-tenant ASP.NET Core apps. Ensure isolation, scalability, and security for AI workloads across tenants.
Topics: ASP.NET Core OpenAI Security
Read articleDependency Injection & Agent Framework
jesseliberty.com
In the previous blog posts we ported a Python implementation of an agentic application to C# and Microsoft Agent Framework. We used interfaces, but we did not use Dependency Injection (DI). It is pret...
Topics: C# Design Patterns
Read articleBuilding AI-Powered Cloud Cost Optimization Tools with .NET
c-sharpcorner.com
Build AI-powered cloud cost optimization tools with .NET and Azure AI to identify waste, predict spending, and automate savings.
Topics: ASP.NET Core Azure OpenAI
Read articleHow to Build AI-Powered API Mocking Services in ASP.NET Core
c-sharpcorner.com
Build intelligent AI-powered API mocking services in ASP.NET Core to accelerate development, enable realistic testing, and improve collaboration.
Topics: ASP.NET Core OpenAI Web API
Read articleDependency Injection in C# Explained With Real Examples
medium.com
When I started working with C# applications, I used to create objects wherever I needed them.
Topics: C# Solid Principles
Read articleBuilding Autonomous Database Optimization Assistants with .NET and Azure AI
c-sharpcorner.com
Build autonomous database optimization assistants with .NET and Azure AI. Enhance performance, reduce manual effort, and enable proactive management.
Topics: Azure Performance SQL Server
Read articleAI-Assisted Refactoring Strategies for Large C# Codebases
c-sharpcorner.com
Leverage AI for efficient C# codebase refactoring. Improve code quality, reduce technical debt, and boost developer productivity.
Topics: C# .NET Framework GitHub Copilot
Read articleFrom Search Results to Business Insights: Building AI Analytics Assistants
c-sharpcorner.com
Transform data into actionable insights with AI Analytics Assistants. Build them using .NET, Azure AI Search, and Azure OpenAI.
Topics: ASP.NET Core Azure OpenAI
Read articleBuilding AI-Powered Knowledge Trust Systems with ASP.NET Core
c-sharpcorner.com
Build trustworthy AI with ASP.NET Core. Learn to create Knowledge Trust Systems for verified, validated, and transparent AI responses.
Topics: ASP.NET Core OpenAI Security
Read articleLoopAgent Class Explained Building Autonomous AI Agents with .NET and MAF - Ep 12
c-sharpcorner.com
Learn how the LoopAgent class works in Microsoft Agent Framework and how to build autonomous AI agents with .NET. This session explains iterative agent workflows, autonomous decision-making, execution...
Topics: C# Design Patterns OpenAI
Read articleModernizing .NET — Part 30: Strangler Fig Architecture
medium.com
How to migrate ASP.NET Framework to ASP.NET Core one safe slice at a time instead of betting on a big rewrite.
Topics: ASP.NET Core Clean Architecture .NET Framework
Read article