Warning
This is no longer being maintained, please use this instead: https://github.com/Azure-Samples/Orleans-Cluster-on-Azure-App-Service
A canonical shopping cart sample application, built using Microsoft Orleans. This app shows the following features:
-
Shopping cart: A simple shopping cart application that uses Orleans for its cross-platform framework support, and its scalable distributed applications capabilities.
- Inventory management: Edit and/or create product inventory.
- Shop inventory: Explore purchasable products and add them to your cart.
- Cart: View a summary of all the items in your cart, and manage these items; either removing or changing the quantity of each item.
The app is architected as follows: