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.
Explore GitHub Copilot's agent mode and MCP Servers in Visual Studio 2022 for improved software development. Setup instructions included.
Visual Studio, GitHub Copilot, agent mode, MCP Servers, software development
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
Discusses the new integration and end-to-end testing capabilities in .NET 10.
C#, .NET, testing, integration, end-to-end
Learn to enhance MediatR's performance using a source-generated version without major code changes.
MediatR, .NET, performance, source generation
Learn to build a custom mediator library from scratch with code available on GitHub.
#csharp #dotnet #asp #mediator
This part continues the development of a custom mediator library. Code available on GitHub.
#csharp #dotnet #asp #mediator
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
Explore the official C# SDK for Model Context Protocol, allowing .NET applications to interact with MCP clients and servers.
#dotnet, #csharp, #mcp, #mcpservers
Learn to build an MCP server with C# SDK for efficient AI model-app communication.
C#, MCP, AI, SDK, server
.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