The starting point was the Azure Static Websites tutorial. The outcome of that was progressively extended so as to implement a number of editable entities rather than the one fixed entity. The ultimate aim was to have the app backed by Entity Framework Core with access to an Azure SQL dataabase. The functionality is meant to be similar to that as in two Blazor apps which are available as repositories here. Each step in this "morphing" process has been bookmarked as a separate branch. The main branch is always the latest and is what is deployed as an Azure Static Websites for viewing.
- Multiple Entities and LocalStorage
- Index of the Repository
- Entity Framework Core Implementation
- Cascade and SetNull Deletions
Link: Here on Azure
- This is the final version of the app.
- All EF CRUD operations work with all three entities, with Include directives, using an Azure SQL Database.
- Start: The Azure Static Websites tutorial here
- The Original Official/Microsoft Sample Repository
- Functionality to be similar to Blazor Apps:
- djaus2/EFBlazorBasics and
- djaus2/EFBlazorBasics_Wasm respositories.
Each is a bookmark in order of this progression.
- See the list here
- The main branch is the final version of the app here: djaus2/mslearn-staticwebsite-3entities