Introduction: Interacting with Database
Explore how to build and manage a SQL Server database using Dapper in an ASP.NET Core backend. Understand Dapper’s advantages over Entity Framework, implement reading and writing of data, and set up database migrations with DbUp for reliable app releases.
We'll cover the following...
We'll cover the following...
Overview
It’s time to start working on the backend of our Q&A app. In this chapter, we are going to build the database for the app and interact with it from ASP.NET Core with a library called ...