Feed

This is a feed of links I've run across and found interesting or noteworthy. The images, content and opinions in them are owned by their respective authors.

Beginner's Guide to Building a MCP Server with C# and .NET

James Montemagno - youtube.com

Learn to quickly build and test a Model Context Protocol (MCP) server using the new C# SDK, deployable directly from VS Code.

C#, .NET, MCP, server, VS Code, SDK

View

The Massive Testing Update of .NET 10

Nick Chapsas - youtube.com

Discusses the new integration and end-to-end testing capabilities in .NET 10.

C#, .NET, testing, integration, end-to-end

View

Using MediatR in .NET? Maybe replace it with this

Nick Chapsas - youtube.com

Learn to enhance MediatR's performance using a source-generated version without major code changes.

MediatR, .NET, performance, source generation

View

How to create a Mediator from scratch (Part 1)

Spyros Katsios - youtube.com

Learn to build a custom mediator library from scratch with code available on GitHub.

#csharp #dotnet #asp #mediator

View

How to create a Mediator from scratch (Part 2)

Spyros Katsios - youtube.com

This part continues the development of a custom mediator library. Code available on GitHub.

#csharp #dotnet #asp #mediator

View

Beginner's Guide to Building a MCP Server with C# and .NET

James Montemagno - youtube.com

Learn to build and deploy a Model Context Protocol server using the C# SDK with a simple API in minutes, directly from VS Code.

C#, .NET, MCP, server, VS Code

View

Introduction to the C# SDK for Model Context Protocol (MCP)

dotnet - youtube.com

Explore the official C# SDK for Model Context Protocol, allowing .NET applications to interact with MCP clients and servers.

#dotnet, #csharp, #mcp, #mcpservers

View
Build a Model Context Protocol (MCP) server in C# - .NET Blog

Build a Model Context Protocol (MCP) server in C# - .NET Blog

https://www.facebook.com/motzcodes - devblogs.microsoft.com

Learn to build an MCP server with C# SDK for efficient AI model-app communication.

C#, MCP, AI, SDK, server

Read More

The Coolest Feature of .NET 10 is Here

Nick Chapsas - youtube.com

.NET 10 introduces Server Sent Events for efficient unidirectional communication between server and client, enhancing real-time data transfer capabilities.

C#, .NET 10, Server Sent Events, unidirectional communication

View
Mediator Without MediatR: Build Your Own CQRS Dispatcher in 30 Lines

Mediator Without MediatR: Build Your Own CQRS Dispatcher in 30 Lines

Florian Métoz - medium.com

Learn to create a lightweight CQRS dispatcher without large libraries, addressing concerns about open-source tools transitioning to commercial models.

CQRS, Dispatcher, MediatR, open-source, libraries

Read More