https://github.com/djaus2/testtemplate
https://github.com/djaus2/testtemplate
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/djaus2/testtemplate
- Owner: djaus2
- Created: 2021-04-01T12:13:00.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-01T12:13:02.000Z (about 5 years ago)
- Last Synced: 2025-08-12T23:36:18.527Z (10 months ago)
- Language: HTML
- Size: 220 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EFBlazorBasics_Wasm CRUD Operations
Exploring actioning Database CRUD using Entity Framework Core with a Blazor WASM app where entity properties are entities themselves.
Now available.
Mirrors [djaus2/EFBlazorBasics](https://github.com/djaus2/EFBlazorBasics) which is basic EF CRUD with a a Blazor Server Only app.
Running version now hosted on Azure at : [efblazorbasicswasm.azurewebsites.net](https://efblazorbasicswasm.azurewebsites.net/)
## Pages
- Home
- Get sample data json
- Get sample data entity
- Setup Db
- Get data Db jsonstrn
- Get data Db direct
- Add Activity NoSave
- Add Activity DbSave
- Cascade Delete
- Update - Copy Entity
- Update - Submit Entity