Posts by this author

Mar 23, 2026
Post comments count0
Post likes count6

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
Jun 19, 2024
Post comments count9
Post likes count5

Using Phi-3 & C# with ONNX for text and vision samples

Harness the power of Phi-3 SLMs and ONNX for AI-driven .NET applications, showcasing C# integration for advanced tasks like image analysis and interactive Q&A.

.NETC#AI