Learn how to use Model Context Protocol (MCP) Server Template in Hybrid Mode

Use the 'mcp-server-hybrid' template to be able to easily switch between stdio and sse transports.

Simplifying Model Context Protocol (MCP) Server Development with Aspire

Learn how to develop MCP servers with Aspire.

Simplifying Model Context Protocol (MCP) Server Distribution with .NET Global Tools

In this post, I will show you how to use a simple template to create an MCP server that can be distributed as a global tool.

Introducing AI DIAL: The Open-Source AI Orchestration Platform

Use AI DIAL to streamline and orchestrate Software Development Lifecycle (SDLC) for enterprise Gen AI applications. In this post, I will introduce you to the platform and its capabilities and show you how to get started with it using .NET Aspire.

Enforcing .NET Coding Guidelines with GitHub Copilot Custom Instructions

Learn how to setup GitHub Copilot to follow your coding guidelines (aka custom instructions). I've created a repository with a set of rules for .NET development that you can use as a starting point.

Deploy Your Bot to Azure in 5 Minutes with Azure Developer CLI (azd)

Learn how to use a starter template to deploy a bot to Azure with Azure Bot Service and Azure Developer CLI (azd)

Hybrid Search with Elasticsearch in .NET

Use the reciprocal rank fusion algorithm to combine the results of BM25 and kNN semantic search.