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.

Getting started with Queues in .NET using AWS SQS

Nick Chapsas - youtube.com

Learn to implement AWS SQS queues in .NET for microservices, essential for software engineers. Covers queue creation, publisher, consumer, and handlers.

AWS, SQS, .NET, microservices, queues

View
Refactoring Overgrown Bounded Contexts in Modular Monoliths

Refactoring Overgrown Bounded Contexts in Modular Monoliths

Milan Jovanovic - milanjovanovic.tech

Explore practical techniques for refactoring bloated services into modular bounded contexts in .NET.

refactoring, modular monoliths, .NET, bounded contexts

Read More
Testing Modular Monoliths: System Integration Testing

Testing Modular Monoliths: System Integration Testing

Milan Jovanovic - milanjovanovic.tech

Explore system integration testing as an effective method for testing interactions within modular monoliths.

modular monoliths, system integration testing, software testing

Read More

How to Implement MCP in .NET Aspire | .NET AI Magic | E2E

DotNet Real World Example - youtube.com

Learn to implement MCP in .NET Aspire for scalable microservices and AI features, with practical examples and real-world code.

MCP, .NET Aspire, microservices, AI, tutorial

View

Visual Studio 2022: Agent Mode + Model Context Protocol (MCP) Servers Getting Started Guide!

James Montemagno - youtube.com

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

View

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