Posts by this author

Sep 3, 2025
Post comments count12
Post likes count3

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 count17

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 count9

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