AI Agents, Secure Pipelines and .NET Design
This edition covers MCP and agent evaluation, Foundry deployment, secretless Cosmos DB CI/CD, authentication basics, AutoMapper security, and API design.
Jasen's top three picks
- 1 .NET Scripting is Finally Complete
youtube.com
Online Workshop: Vibe Coding for Production: https://dometrain.com/workshop/vibe-coding-for-production/?ref=nick-chapsas&promo=mail-list&coupon_code=3YEARS G...
- 2 Creating A Textbox UI Element In Monogame!
hooleyautomation.medium.com
Whether you are new or returning to Monogame/XNA, at some point we inevitably require UI. Some elements are easy, some need a bit more set…
- 3 MCP Live!
youtube.com
The Model Context Protocol (MCP) is the open standard for connecting AI models to tools and data. This half-day event covers MCP end to end: its role as an o...
Editor's note
I pulled together a deliberately broad set of .NET reads, from scripting and MonoGame UI work to low-level Windows internals. The secretless Cosmos DB CI/CD walkthrough is especially practical, while the AutoMapper vulnerability discussion deserves prompt attention from teams using the library.
Today's articles
.NET Scripting is Finally Complete
youtube.com
Online Workshop: Vibe Coding for Production: https://dometrain.com/workshop/vibe-coding-for-production/?ref=nick-chapsas&promo=mail-list&coupon_code=3YEARS Get every Dometrain 40% off with code 3YEARS...
Topics: C#
Read articleCreating A Textbox UI Element In Monogame!
hooleyautomation.medium.com
Whether you are new or returning to Monogame/XNA, at some point we inevitably require UI. Some elements are easy, some need a bit more set…
Topics: C#
Read articleMCP Live!
youtube.com
The Model Context Protocol (MCP) is the open standard for connecting AI models to tools and data. This half-day event covers MCP end to end: its role as an open standard, how it's adopted across the d...
Topics: OpenAI
Read articleThe Socket Is Not the Toaster
medium.com
What an interface actually is in C#, and how to know you understood it Continue reading on Coffee☕ And Code »
Topics: C# Design Patterns
Read articleWhat's new in Microsoft Foundry: July and August 2026
devblogs.microsoft.com
Microsoft Foundry's July and August 2026 updates make Hosted Agents, Voice Live integration, and Toolboxes generally available; expand Claude tools hosted on Azure; update Model Router's regions and m...
Read articleYour work might not need the smartest model
developer.microsoft.com
The smartest model can cost five times more and deliver the same result, or even a worse one. See how evaluating your own work helps you get more value from your agent budget. The post Your work might...
Topics: Benchmarking OpenAI
Read articleMicrosoft Agent Framework Harness: Testing AI Agents with Evals and OpenTelemetry
c-sharpcorner.com
Learn how to build a Microsoft Agent Framework testing harness using evaluations and OpenTelemetry to measure AI agent behavior, tool calls, latency, failures, and reliability.
Topics: OpenAI OpenTelemetry Unit Testing
Read articleMicrosoft.Extensions.AI Failover: Benchmarking Multi-Provider AI Recovery
c-sharpcorner.com
Learn how to benchmark Microsoft.Extensions.AI failover across multiple AI providers, measuring recovery time, latency, reliability, retries, and operational cost.
Topics: Benchmarking OpenAI Performance
Read articleDeploying to Foundry
jesseliberty.com
The demonstration program discussed (and used) in the previous blog posts ran entirely locally as a console application. This week I set out to migrate it to Foundry. To do so, I enlisted the help of ...
Read articleSharePoint Framework (SPFx) roadmap update – August 2026
devblogs.microsoft.com
SPFx 1.24 Beta 3 is now available, React 18 support is coming in 1.24, and a new Copilot Components preview program opens for customers and partners. The post SharePoint Framework (SPFx) roadmap updat...
Topics: GitHub Copilot
Read articleClean Architecture in .NET: When It Helps and When It Becomes Overengineering
blog.stackademic.com
Clean Architecture is one of those topics that almost every experienced .NET developer eventually runs into. At first, it feels like the… Continue reading on Stackademic »
Topics: Clean Architecture Design Patterns
Read articleI Need My CI/CD Pipeline to Access Cosmos DB Without Using a Secret
devblogs.microsoft.com
In the last post we walked through
Topics: Authentication Azure DevOps Cosmos DB
Read article7 Authentication Concepts Every Developer Should Know: From Basic Auth to OAuth2 and OIDC
c-sharpcorner.com
A beginner-friendly, diagram-backed walkthrough of the seven core authentication concepts every developer should understand from Basic Auth and sessions to JWTs, OAuth2, and OpenID Connect/SSO with re...
Topics: Authentication JWT OAuth
Read articleWhat I Learned During My First Software Engineering Internship
medium.com
Lessons from working with C#, SQL, APIs, Git, and real development workflows at Comtrade System Integration.
Read articleWhy is the x86 undefined instruction called ud2 ? Why 2?
devblogs.microsoft.com
If you look at x86 compiler output (or if, like me, you're looking at a crash caused by some software that tried to detour an API), you may see an instruction ud2. What's up with that? The ud2 instruc...
Topics: Performance
Read articleIntroducing agent and workflow channels
devblogs.microsoft.com
An agent or workflow is only useful when people and other systems can reach it through the interfaces and channels they already use. That might be an OpenAI Responses client, Telegram, another agent u...
Topics: OpenAI
Read articleGitHub Copilot Memory: Testing Repository Context Retention Across Agent Sessions
c-sharpcorner.com
Test GitHub Copilot Memory across agent sessions to evaluate repository context retention, consistency, scope, deletion behavior, and developer workflows.
Topics: GitHub Copilot
Read articleMassive AutoMapper Vulnerability in .NET
youtube.com
Get every Dometrain 30% off with code HANDSON30: https://dometrain.com/courses/?ref=nick-chapsas&promo=youtube&coupon_code=HANDSON30 Hello, everybody. I'm Nick, and in this video, I will talk about th...
Topics: AutoMapper Security
Read articleGraphQL for Beginners
c-sharpcorner.com
Learn GraphQL for beginners by comparing it with REST and gRPC, understanding queries, mutations, subscriptions, schemas, over-fetching, under-fetching, N+1 queries, and practical API use cases.
Read articleWhat algorithm did Windows XP use to choose your initial user picture?
devblogs.microsoft.com
I noted some time ago that Windows XP chose your initial picture at random from among the pictures in the %ALLUSERSPROFILE%\Application Data\Microsoft\User Account Pictures\Default Pictures
Topics: .NET Framework
Read article