https://github.com/angelodotnet/blazor.wasmcrud
Clone of the BlazorApp WebAssembly Demo project
https://github.com/angelodotnet/blazor.wasmcrud
Last synced: 2 months ago
JSON representation
Clone of the BlazorApp WebAssembly Demo project
- Host: GitHub
- URL: https://github.com/angelodotnet/blazor.wasmcrud
- Owner: AngeloDotNet
- License: mit
- Created: 2022-01-16T18:55:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-06T14:11:34.000Z (over 4 years ago)
- Last Synced: 2026-03-28T08:21:45.338Z (3 months ago)
- Language: C#
- Homepage:
- Size: 246 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Demo Blazor App WebAssembly
Demo application developed in Blazor Web Assembly with the help of SQLite database
## Nuget Package Additional
- BlazorKit.Spinners - by E. Bartolesi
## Scaffolding Database
To perform the scaffolding it is necessary to open the package management console and use the command Add-Migration NOME-MIGRATION

Paying attention to the default project (drop-down menu) which must be the one defined as shared.
Subsequently with the Update-Database command it will be possible to apply the migration created previously to the database.

At the end of the scaffolding operations in your console you should have a result similar to this

## Note
This project was created using the Visual Studio 2022 Community Edition wizard, choosing the "App WebAssembly Blazor" project model, then choosing the .NET 5.0 framework, ticked the 3 flags below: Configure for HTTPS, Hosted ASP.NET Core and Progressive Web Application)
## License
[](https://github.com/tterb/atomic-design-ui/blob/master/LICENSEs)