Let's Build A Web API - ASP NET Core, Dapper, DbUp, and SQLite
August 14, 2024
• 2,205 views
dbupsqliteef coreentity framework coreentity frameworksqlite C#C# sqlitedotnet dbupC# dbupdatabase migrationssqldatabasesC# databasedatabases in C#SQL in C#how to use sqlitehow to use dbuphow to do db migrationsdbup tutorialdbup migrationsdbup sqlitedatabasehow to use sql in C#C# db migrationC# SQL migrationC# migrationsEF Core MigrationsdapperC# dapperdapper ORMdapper net coredapper mappingdapper sqlite
Databases... Migrations... ORMS... We've seen all of these pieces.
But how about using them all together to build a web API?
In this video tutorial, I'll walk you through building a sample web API using:
- ASP NET Core (as our stack)
- Dapper (for our ORM)
- DbUp (for our migrations)
- SQLite (as our database)
The goal is to keep it simple to demonstrate how all of these work together!
