How to use SQLite and Entity Framework Core in Blazor

Опубликовано: 01 Январь 1970
на канале: Pluralsight
3,741
like

In this video Jeremy creates a Blazor application that uses SQLite for the backend. It's tied together with Entity Framework Core.

SQLite is a very lightweight file based database system that's traditionally used on mobile and embedded applications. However you can also use it for web applications!

This is a full walkthrough from start to finish so tune in.