Implementation Steps
Install/ Add Microsoft.EntityFrameworkCore.Sqlite to Project
| |
Register App db Context before var app = builder.Build(); in MauiProgram.cs
| |
Just Before app run add this Command
| |
Create Add Db Context
| |
Below is service or uses
| |
