Why overview other topics and not just microservices?
When talking about microservices applications, you might wonder, why not reveal the architecture and just implement it? This is natural and there is nothing wrong with doing this. We are learning about the other technologies in this context as they are going to help us in our journey toward the development of microservices-based applications. The surrounding technologies have been improved with the introduction of .NET 5, so you are encouraged as a developer to work in the modern architecture with modern technology with ease, from the development machine to the on-cloud clusters.
gRPC is going to help us to select the latest and fastest communication technology between the microservices. WSL 2 makes our development life easier when developing and debugging the microservices .NET applications on Windows machines, and Tye will help us tie it all down within the local development machine and ease us to quickly move our process toward...