An open API service indexing awesome lists of open source software.

https://github.com/djaus2/testtemplate


https://github.com/djaus2/testtemplate

Last synced: 4 months ago
JSON representation

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