Quick tips
How to consume Service Fabric service in an MVC Application?
Service Fabric is a great tool for implementing Microservices pattern and ASP.NET MVC is a great framework for websites. How to connect these two? There are different ways you can remotely call a service from Read more…