Showing tag results for AI

Jun 30, 2026
Post comments count0
Post likes count1

MCP Beyond the Chat Window: Build Diagnostics in CI

Image Image
Jan,
Yuliia

A practical tour of the Model Context Protocol tools for .NET build diagnostics - the full Binlog MCP toolset, how those tools run inside a GitHub Actions workflow, and what the evaluation data says about the efficiency gains.

.NETAI
Jun 8, 2026
Post comments count3
Post likes count5

.NET at Microsoft Build 2026: Must watch sessions

Image
Daniel Roth

Catch up on all the .NET sessions from Microsoft Build 2026 covering .NET 11, union types in C#, AI building blocks, the agentic web, .NET MAUI, and more!

.NETASP.NET CoreC#
May 6, 2026
Post comments count17
Post likes count6

Durable Workflows in the Microsoft Agent Framework

Image
Shyju Krishnankutty

Build durable AI agent workflows with the Microsoft Agent Framework. Start with in-process console apps, add durability with the Durable Task runtime, scale with parallel AI agents, and host on Azure Functions for serverless execution.

.NETAIAzure
Apr 30, 2026
Post comments count0
Post likes count2

Building an AI-Powered Conference App with .NET’s Composable AI Stack

Image
Luis Quintanilla

Learn how we built ConferencePulse, an AI-powered conference assistant, using .NET's composable AI stack including Microsoft.Extensions.AI, DataIngestion, VectorData, Model Context Protocol, and Microsoft Agent Framework.

.NETAI
Mar 23, 2026
Post comments count27
Post likes count20

Ten Months with Copilot Coding Agent in dotnet/runtime

Image
Stephen Toub - MSFT

After ten months using GitHub Copilot Coding Agent (CCA) in dotnet/runtime, the .NET team shares data-driven lessons on cloud-AI-assisted development.

.NETAIDeveloper Stories
Mar 19, 2026
Post comments count4
Post likes count4

Accelerating .NET MAUI Development with AI Agents

Image
David Ortinau

Learn how custom-built AI agents are dramatically improving the .NET MAUI contribution workflow, reducing issue resolution time by 50-70% while increasing test coverage and code quality.

.NET.NET MAUIAI
Mar 5, 2026
Post comments count0
Post likes count11

Release v1.0 of the official MCP C# SDK

Image
Mike Kistler

Discover what’s new in the v1.0 release of the official MCP C# SDK, including enhanced authorization, richer metadata, and powerful patterns for tool calling and long-running requests.

.NETC#AI