Blazor Application – CRUD using SQLite and EntityFrameworkCore



Blazor Application – CRUD using SQLite and EntityFrameworkCore

Blazor Application - CRUD using SQLite and EntityFrameworkCore

This video talks about how to perform CRUD operations in Blazor Application using SQLite as the backend database along with EntityFrameworkCore.

A straightforward Blazor application is build to display these Create, Read, Update, and Delete operations.

The application makes use of the SQLite Studio application to displays the changes made to the SQLite database using the Blazor Application.

Source Code: https://github.com/technicalbundle/blazorservercrudefsqlite

The SQLite Studio can be downloaded here: https://sqlitestudio.pl/index.rvt?act=download

The blog version of this video: https://executecommands.com/crud-in-blazor-using-sqlite-entity-framework/

Comments are closed.