Showing tag results for AI

Sep 25, 2025
Post comments count2
Post likes count9

Announcing Aspire 9.5

Jeffrey Fritz

Aspire 9.5 adds the preview 'aspire update' command, single-file AppHost, richer CLI and dashboard UX, and new integrations for AI, DevTunnels, and more.

.NETCloud NativeAspire
Sep 24, 2025
Post comments count2
Post likes count7

Exploring Text-to-Image capabilities in .NET

Jeremy Likness

Learn how to generate images from natural language prompts using the universal abstractions in Microsoft's extensions for .NET AI.

.NETC#AI
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
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
Jun 3, 2025
Post comments count1
Post likes count3

Using AI Foundry with .NET MAUI

David Ortinau

Using AI Foundry with .NET MAUI brings the power of LLMs to mobile and desktop applications.

.NETC#.NET MAUI