Posts by this author

Aug 24, 2026
Post comments count7
Post likes count2

From dotnet run to Foundry Hosted Agent in 3 lines of C#

You built an agent with Microsoft Agent Framework and it works great on your machine. Now what? Turns out deploying it to production takes 1 NuGet package, 3 lines of C#, and 2 commands. Let's do it.

.NETAIAzure
Mar 23, 2026
Post comments count1
Post likes count7

Generative AI for Beginners .NET: Version 2 on .NET 10

Announcement of Version 2 of Generative AI for Beginners .NET, a free course rebuilt for .NET 10 with Microsoft.Extensions.AI, updated RAG patterns, and new agent framework content across five structured lessons for building production-ready AI apps.

.NETC#AI
Sep 3, 2025
Post comments count12
Post likes count4

Let Copilot Coding Agent handle the busy work

See how GitHub Copilot Coding Agent automates unit tests and ships features from a PRD in a real .NET sample, so you can focus on design and review.

.NETC#AI
Aug 19, 2025
Post comments count8
Post likes count19

GPT-OSS – A C# Guide with Ollama

Run GPT-OSS locally with C# and Ollama to build fast, private, offline AI

.NETC#AI
Jul 2, 2025
Post comments count2
Post likes count10

Local AI + .NET = AltText Magic in One C# Script

Learn how to generate image AltText using .NET 10 and local AI models — all in a single C# file with dotnet run app.cs. A fun and accessible example of what AI can do beyond chat.

.NETC#AI