What to know about building microservices with ASP NET Core
Although each service in a microservices application works independently, these services are also interdependent for various other functionalities. ASP.NET Core is designed to integrate seamlessly with a variety of client-side frameworks, including AngularJS, KnockoutJS and Bootstrap. The web root of your app is the directory in your project for public, static resources like css, js, [...]