You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: This article provides a list of resources about Azure AI scenarios for .NET developers, including documentation and code samples.
4
+
ms.date: 09/04/2025
5
+
ms.topic: reference
6
+
---
7
+
8
+
# Azure AI learning resources
9
+
10
+
This article contains an organized list of the best learning resources for .NET developers who are building AI apps using Azure services. Resources include popular quickstart articles, reference samples, documentation, and training courses.
title: Learning resources to get started with AI in .NET
3
+
description: This article provides a list of resources for .NET developers who are starting to build AI apps with .NET.
4
+
ms.date: 09/04/2025
5
+
ms.topic: reference
6
+
---
7
+
8
+
# Learning resources to get started with AI in .NET
9
+
10
+
This article contains an organized list of the best learning resources for .NET developers who are starting to build AI apps with .NET. Resources include samples, documentation, videos, and workshops.
11
+
12
+
## Tutorials
13
+
14
+
-[Generative AI for beginners](https://github.com/microsoft/Generative-AI-for-beginners-dotnet)
description: This article provides a list of resources for .NET developers who are building MCP servers.
4
+
ms.date: 09/04/2025
5
+
ms.topic: reference
6
+
---
7
+
8
+
# MCP server learning resources
9
+
10
+
This article contains an organized list of the best learning resources for .NET developers who are building Model Context Protocol (MCP) servers. Resources include samples, documentation, videos, and workshops.
11
+
12
+
## Getting started
13
+
14
+
| Link | Description |
15
+
|------|-------------|
16
+
|[Anthropic - Getting Started with MCP](https://modelcontextprotocol.io/docs/getting-started/intro)|Anthropic's official guide to the Model Context Protocol (MCP) and overview on how to get started writing or using an MCP server.|
17
+
|[Create a minimal MCP server using C# and publish to NuGet](../quickstarts/build-mcp-server.md)|A quick guide to writing an MCP server in VS Code and publishing it to NuGet.|
18
+
|[MCP for Beginners GitHub repo](https://github.com/microsoft/mcp-for-beginners)|A Microsoft-official GitHub repository with a full, hands-on curriculum for developing MCP servers in .NET, Java, TypeScript, JavaScript, Rust, and Python.|
19
+
|[Build agents using MCP on Azure](/azure/developer/ai/build-openai-mcp-server-dotnet)| A walkthrough on how to connect an MCP client using Azure OpenAI and MCP server to Azure Container Apps. |
|[MCP C# SDK](https://github.com/modelcontextprotocol/csharp-sdk)| Microsoft and Anthropic's official C# SDK for MCP servers and clients. |
26
+
27
+
## Samples
28
+
29
+
| Link | Description |
30
+
|------|-------------|
31
+
|[MCP Workshop GitHub repo](https://github.com/Azure-Samples/mcp-workshop-dotnet)|A sample MCP server and client with corresponding, step-by-step walkthroughs on how to implement them and how MCP works.|
32
+
33
+
## Documentation
34
+
35
+
| Link | Description |
36
+
|------|-------------|
37
+
|[MCP C# SDK Documentation](https://modelcontextprotocol.github.io/csharp-sdk/index.html)|Anthropic's official guide to the Model Context Protocol (MCP) and overview on how to get started writing or using an MCP server.|
38
+
|[VS Code MCP Developer Guide](https://code.visualstudio.com/api/extension-guides/ai/mcp)| Official documentation for building, debugging, and registering an MCP server in VS Code.|
39
+
40
+
## Additional resources
41
+
42
+
| Link | Description |
43
+
|------|-------------|
44
+
|[MCP Inspector Tool](https://github.com/modelcontextprotocol/inspector)|The Anthropic-official GitHub repo for the MCP Inspector tool, a visual testing and debugging tool for MCP servers.|
45
+
|[MCP servers for VS Code](https://code.visualstudio.com/mcp)|A hub for quickly installing first-party and third-party MCP servers in VS Code.|
46
+
|[Third party MCP servers](https://github.com/modelcontextprotocol/servers?tab=readme-ov-file#-third-party-servers)|A GitHub repo containing a comprehensive list of publicly available MCP servers.|
47
+
48
+
## Videos
49
+
50
+
| Link | Description |
51
+
|------|-------------|
52
+
|[MCP Dev Days (Microsoft Reactor)](https://developer.microsoft.com/reactor/series/S-1563/)|A 2-day virtual event and video series showing how to use and write MCP servers.|
53
+
|[ASP.NET Community Standup - Build MCP servers with ASP.NET Core](https://www.youtube.com/live/x_6iUhdHnhc?si=J8QQuirYWk0JXC_V)|A roundtable discussion and demo on building an MCP server with ASP.NET Core and the MCP C# SDK.|
54
+
55
+
## Communities
56
+
57
+
| Link | Description |
58
+
|------|-------------|
59
+
|[Anthropic MCP Discussions](https://github.com/orgs/modelcontextprotocol/discussions)|An open forum for discussing MCP in Anthropic's official MCP GitHub repo.|
60
+
|[Azure AI Foundry Discord](https://discord.com/invite/ByRwuEEgH4)|A Discord discussion space for developers looking to build with Microsoft AI tooling.|
0 commit comments