Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mdimai666/blazorjob


https://github.com/mdimai666/blazorjob

Last synced: about 2 months ago
JSON representation

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