A Beginners' Guide to Blazor WebAssembly – Adding SQLite & Dapper



A Beginners' Guide to Blazor WebAssembly – Adding SQLite & Dapper

A Beginners' Guide to Blazor WebAssembly - Adding SQLite & Dapper

How to add a SQLite database and Dapper to a Blazor WebAssembly (WASM) project. We will then amend the C# code to use Dapper and SQLite data to populate our Blazor page list.

Useful Links:
Video script, including source code : https://blazorcode.uk/countriesandcitieswasm/add-sqlite-and-dapper/
DB Browser for SQLite : https://sqlitebrowser.org
Dapper : https://github.com/DapperLib/Dapper
SQLite Tutorial : https://www.sqlitetutorial.net
Learn Dapper : https://www.learndapper.com

Comments are closed.