Microservices using .NET(Dotnet) Core questions
Most common question for experience Microservices developer – Multiple Services scenario: Running two microservices at the same domain in .NET Core can be achieved through various means. One common approach is to use a reverse proxy, such as Nginx or the built-in reverse proxy functionality in ASP.NET Core. Here’s a simple example using ASP.NET Core … Read more