10 Blazor & Electron for Desktop Store Data Locally with SQLite & Entity Framework Core | AK Academy



10 Blazor & Electron for Desktop Store Data Locally with SQLite & Entity Framework Core | AK Academy

10 Blazor & Electron for Desktop Store Data Locally with SQLite & Entity Framework Core | AK Academy

Welcome back everyone
In this session of today we will see how to use SQLite database with Entity Framework Core to store data locally on the desktop of the user.
To install Microsof.EntityFrameworkCore package run the following command

dotnet add package Microsoft.EntityFrameworkCore.Sqlite
dotnet add package Microsoft.EntityFrameworkCore.Tools

Install the ef CLI to execute Entity Framework commands
dotnet tool install –global dotnet-ef

Don’t forget to subscribe and support with like and share

My official website:
https://ahmadmozaffar.net

GitHub:
http://bit.ly/2Fnie9R

Twitter:
http://bit.ly/2ZVlEdb

Facebook (Personal):
http://bit.ly/2Qqwntf

Facebook (Page):
http://bit.ly/35ssDvv

Instagram:
http://bit.ly/37EpU3z

Comments are closed.