https://github.com/angelodotnet/sampleblazor.webassembly
https://github.com/angelodotnet/sampleblazor.webassembly
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/angelodotnet/sampleblazor.webassembly
- Owner: AngeloDotNet
- Created: 2022-01-12T11:39:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-20T21:38:23.000Z (over 4 years ago)
- Last Synced: 2025-04-02T06:37:36.494Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 307 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Demo-BlazorApp-WebAssembly
## 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)