Showing category results for AI

Jun 8, 2026
Post comments count3
Post likes count4

.NET at Microsoft Build 2026: Must watch sessions

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 21, 2026
Post comments count2
Post likes count4

Announcing Agent Governance Toolkit MCP Extensions for .NET

Jack Batzner

Announcing a Public Preview .NET package that adds policy enforcement, startup tool scanning, fallback governance, and response sanitization to MCP servers with a single builder extension.

.NETAISecurity
May 21, 2026
Post comments count35
Post likes count16

Improving C# Memory Safety

Richard Lander

The `unsafe` keyword is being redesigned to mark caller-facing contracts rather than just syntax. Safety obligations between callers and callees become visible and reviewable. The model is motivated by the rise of AI-assisted code generation and arrives as a preview in .NET 11.

.NETC#AI
May 6, 2026
Post comments count3
Post likes count6

Durable Workflows in the Microsoft Agent Framework

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
May 4, 2026
Post comments count0
Post likes count2

Microsoft Agent Framework – Building Blocks for AI Part 3

Jeremy Likness

Build intelligent AI agents in .NET with the Microsoft Agent Framework. Learn how to create agents with tools, multi-turn conversations, memory, and graph-based workflows that bring together the building blocks from Parts 1 and 2.

.NETC#AI
Apr 30, 2026
Post comments count0
Post likes count2

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

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 count1
Post likes count6

Generative AI for Beginners .NET: Version 2 on .NET 10

Pablo,
Bruno

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