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.
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

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
PostgreSQL implementation of IDistributedCache for distributed caching in ASP.NET Core, compatible with NetStandard 2.0.
PostgreSQL, IDistributedCache, ASP.NET Core, distributed cache, NetStandard 2.0