Minimal Api. Revolves around the Client posting a large number or Data to our Service.
This should take so long, as that we want to decouple the your post received and the your post has completely ran trough messages.
So in that sense being Asynchronous in it's response.
dotnet add package Microsoft.EntitiyFrameworkCore.Design
dotnet add package Microsoft.EntitiyFrameworkCore.Sqlite
Rough steps
- Create our Model
- Create our DBContext and inject it into our app
- create EF migration:
dotnet ef migrations add initialMigration - apply the migrations:
dotnet ef database update