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.
Examples and Tutorials of Event Sourcing in .NET. Contribute to oskardudycz/EventSourcing.NetCore development by creating an account on GitHub.
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…
can we use Blazor Server and MediatR together? Why yes, yes we can.
Since Docker announced a new subscription for Docker Desktop for personal use, educational... Tagged with docker, windows, wsl2.
Mark Heath's Development Blog
Learn how to use the .NET gRPC client in apps and libraries that support .NET Standard 2.0.
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…
Example 1: windows wsl2 linux install docker //INSTALL DOCKER ON LINUX SUBSYSTEM (ON WIN 10) AND ALL REQUIRED SOFTWARE //--------------------------------------------
In today buzzword-oriented world, you don’t spend all of your precious time following all of the latest technologies. When creating APIs, you rarely think twice - obviously REST is your best friend. But have you ever heard about companies like Google or Dropbox? I bet you did. They’ve considered this problem in a different way. So did we, in our last project for a Berlin startup. We decided to use gRPC instead of REST and I would like to tell you why.