Reading List
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.
Mistakes made adopting event sourcing (and how we recovered) - Nat Pryce - DDD Europe 2020
youtube.com
Domain-Driven Design Europe 2020http://dddeurope.com - https://twitter.com/ddd_euJoin the next edition of EventSourcing Livehttps://eventsourcing.live/ - htt...
Domain Storytelling Home
domainstorytelling.org
Learn domain language. Talk about requirements. Tell domain stories.
GitHub - oskardudycz/EventSourcing.NetCore: Examples and Tutorials of Event Sourcing in .NET
github.com
Examples and Tutorials of Event Sourcing in .NET. Contribute to oskardudycz/EventSourcing.NetCore development by creating an account on GitHub.
BitBucket CI/CD Pipeline to Sync Branches with GitHub | by Albin Issac | Medium | Better Programming
Albin Issac - betterprogramming.pub
Most of the time, we will have a requirement to sync branches between two different repositories (e.g. BitBucket repository to GitHub repository). This is a common scenario when working on a cloud…
Innovation - Goldratt Consulting
goldrattgroup.com

MediatR and Blazor Server?
Jon Hilton - jonhilton.net
can we use Blazor Server and MediatR together? Why yes, yes we can.

How to run docker on Windows without Docker Desktop
dev.to
Since Docker announced a new subscription for Docker Desktop for personal use, educational... Tagged with docker, windows, wsl2.

Simple Messaging Between Microservices with Rebus and Azure Storage Queues
markheath.net
Mark Heath's Development Blog

Use gRPC client with .NET Standard 2.0
JamesNK - docs.microsoft.com
Learn how to use the .NET gRPC client in apps and libraries that support .NET Standard 2.0.

Entity Framework Core - Inheritance - Table-per-Type (TPT) is not supported, is it? (Part 2 - Database First)
thinktecture.com
In the previous post we have created 2 Entity Framework Core (EF Core) models with a code first approach. One model was using the Table-per-Hierarchy (TPH) pattern and the other one Table-per-Type (TPT). In this post we want to approach a more common scenario we see in customer…