DateTime.AfterPost – DateTime.Now = 4 minutesOne of the disadvantages we rapidly recognized when thinking about making the system out of MicroServices, was how to manage each MS configuration. At first we thought of creating a MS that will be the Configuration Distributor. It would work like this: It would expose a REST API that each MS can access, and in …
DateTime.AfterPost – DateTime.Now = 4 minutesThis is part I on how we built the infrastructure. Using the built-in .Net Core DI Container makes the separation of the pyramid layers easier. After getting used to it, it’s even easier to read and understand than most of the code I red. This is important for our infrastructure as it gives the programmer …