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.
Mediator Pattern in ASP.NET Core Applications | by João Simões | The Startup | Medium

Mediator Pattern in ASP.NET Core Applications | by João Simões | The Startup | Medium

João Simões - medium.com

For the last few years, Command Query Responsibility Segregation (CQRS) and Event Sourcing (ES) emerged as patterns that can help implement large scale systems, with some risky complexity, by having…

Read More
Transaction Management With Mediator Pipelines in ASP.NET Core | by João Simões | The Startup | Medium

Transaction Management With Mediator Pipelines in ASP.NET Core | by João Simões | The Startup | Medium

João Simões - medium.com

When implementing a simplified CQRS service, which usually has a single database but still separates commands from queries, the mediator pipeline can be used to manage transactions when processing…

Read More
GitHub - mizrael/SuperSafeBank: Sample Event Sourcing implementation with .NET Core

GitHub - mizrael/SuperSafeBank: Sample Event Sourcing implementation with .NET Core

github.com

Sample Event Sourcing implementation with .NET Core - GitHub - mizrael/SuperSafeBank: Sample Event Sourcing implementation with .NET Core

Read More
Event Sourcing in .NET Core #8211; part 1: a gentle introduction

Event Sourcing in .NET Core #8211; part 1: a gentle introduction

davideguida.com

Everything that happens around us is an event of some sort. Let's find out what Event Sourcing is and how we can implement it in .NET Core.

Read More
Event Sourcing in .NET Core #8211; part 2: storing events

Event Sourcing in .NET Core #8211; part 2: storing events

davideguida.com

Here we are for the second part of our Event Sourcing series. This time we'll see how we can start storing events in our system.

Read More
GitHub - glazkovalex/Rebus.Kafka: Apache Kafka transport for Rebus

GitHub - glazkovalex/Rebus.Kafka: Apache Kafka transport for Rebus

github.com

Apache Kafka transport for Rebus. Contribute to glazkovalex/Rebus.Kafka development by creating an account on GitHub.

Read More
Build High-Performance Services With gRPC and .NET 5 | by Hammad Abbasi | The Startup | Medium

Build High-Performance Services With gRPC and .NET 5 | by Hammad Abbasi | The Startup | Medium

Hammad Abbasi - medium.com

NET 5 has been released and It comes with a lot of exciting features, new technologies and performance improvements. It unifies the .net environment and replaces .NET Core. In this blog, we’ll focus…

Read More
Should you provide client libraries to micro-service consumers? - Also integration is hard

Should you provide client libraries to micro-service consumers? - Also integration is hard

linkedin.com

The occasion for this article is that 1) I think it's an interesting discussion and the thoughts might be of use to some one 2) This started as a post but exceeded the character limit, and so here we are. This Sunday morning I ended up re-reading the gem that is the "Integration" chapter of Sam Newm

Read More

How to build smaller and secure Docker Images for .NET

thorsten-hans.com

This article explains how to harden Docker images to remove known vulnerabilities and reduces the final size of Docker images. Start here to make your Docker images secure and small.

Read More
Serverless on Azure. Container Instances vs. Functions | by River Phillips | The ASOS Tech Blog | Medium

Serverless on Azure. Container Instances vs. Functions | by River Phillips | The ASOS Tech Blog | Medium

River Phillips - medium.com

A comparison of Serverless options available on Microsoft Azure

Read More