eShopOnContainers a Microservice based .NET Core Sample Application
Finding good sample applications if pretty difficult, if not impossible. Most are small Todo style applications that are generally very CRUD based. Thankfully Microsoft has created the eShopOnContainers a Microservice based .NET Core Sample Application. .NET Core reference application, powered by Microsoft, based on a simplified microservices architecture and Docker containers. This reference application is cross-platform at the server and client side, thanks to .NET Core services capable of running on Linux or Windows containers depending on your Docker host, and to Xamarin for mobile apps running on Android, iOS or Windows/UWP plus any browser for the client web apps. The… Read More »eShopOnContainers a Microservice based .NET Core Sample Application