diff --git a/Setting-eShopOnContainer-solution-up-in-a-Visual-Studio-2017-environment.md b/Setting-eShopOnContainer-solution-up-in-a-Visual-Studio-2017-environment.md index 2fd9f95..b0d062f 100644 --- a/Setting-eShopOnContainer-solution-up-in-a-Visual-Studio-2017-environment.md +++ b/Setting-eShopOnContainer-solution-up-in-a-Visual-Studio-2017-environment.md @@ -1 +1,8 @@ -TBD \ No newline at end of file +## Overview of the application code +In this repo you can find a sample reference application that will help you to understand how to implement a microservice architecture based application using .NET Core and Docker. + +The example business domain or scenario is based on an eShop or eCommerce which is implemented as a multi-container application. Each container is a microservice deployment (like the basket-microservice, catalog-microservice, ordering-microservice and the identity-microservice) which are developed using ASP.NET Core running on .NET Core so they can run either on Linux Containers and Windows Containers. +The screenshot below shows the VS Solution structure for those microservices/containers and client apps. +- Open eShopOnContainers.sln for a solution containing all the projects (All client apps and services). +- Open eShopOnContainers-ServicesAndWebApps.sln for a solution containing just the server-side projects related to the microservices and web applications. +- Open eShopOnContainers-MobileApps.sln for a solution containing just the client mobile app projects (Xamarin mobile apps only). \ No newline at end of file