Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdimai666/blazorjob
https://github.com/mdimai666/blazorjob
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mdimai666/blazorjob
- Owner: mdimai666
- Created: 2020-03-08T13:35:11.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T11:36:39.000Z (about 2 years ago)
- Last Synced: 2023-03-06T09:11:01.568Z (almost 2 years ago)
- Language: C#
- Size: 398 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BlazorJob
Begin work with Blazor
# EF
use it for init db
> ```dotnet ef migrations add Initial --context BlazorJob.Data.ApplicationDbContext -o "Data/Migrations"``````
//add migration
dotnet ef migrations add 'added posts'//update db
dotnet ef database update
```# For inspiration
https://github.com/thangchung/awesome-dotnet-core#sample-projects