In this episode, I am showing , how you can integrate Entity Framework Core in Blazor WebAssembly application.
Topics that we are going to over -
- Create the database and tables
- EF Core Tool - install tool dotnet-ef
- package Microsoft.EntityFrameworkCore.Design
- package Microsoft.EntityFrameworkCore.Sqlite
- package Bricelam.EntityFrameworkCore.Pluralizer
- scaffolding command
- Injecting DbContext
#blazor #webassembly #developer