Showing category results for AI

Sep 15, 2025
Post comments count1
Post likes count4

Application Insights Code Optimizations for .NET Apps

Chuck Weininger

Learn how Application Insights Code Optimizations helps .NET developers identify performance bottlenecks and get AI-powered recommendations through GitHub Copilot integration.

.NETAIAzure
Sep 3, 2025
Post comments count12
Post likes count4

Let Copilot Coding Agent handle the busy work

Bruno Capuano

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

Bruno Capuano

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

.NETC#AI
Jul 22, 2025
Post comments count3
Post likes count3

MCP C# SDK Gets Major Update: Support for Protocol Version 2025-06-18

Mike Kistler

The MCP C# SDK has been updated to support the latest Model Context Protocol specification (2025-06-18), bringing structured tool output, elicitation support, enhanced security, and more to .NET developers building AI applications.

.NETC#AI
Jul 10, 2025
Post comments count1
Post likes count5

Customize AI responses from GitHub Copilot

Matt Soucoup

Learn how custom instructions can tailor GitHub Copilot's AI responses to your team's exact needs.

.NETAI
Jul 2, 2025
Post comments count2
Post likes count10

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

Bruno Capuano

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