Dapper & .NET 8: Database Relationships (1:1, 1:n, n:n) with SQL Server

🚀 Join the .NET Web Academy: 💻 Get the Source Code for FREE: 🐦 Let’s get social on Twitter/X: 🔗 Let’s connect on LinkedIn: You know how to implement all CRUD operations with Dapper for a simple table. But what about when you have more complex data models with different types of relationships? How do you handle one-to-one, one-to-many, and many-to-many relationships efficiently with Dapper? That’s what we’re going to do in this video. 00:00:00 All Relationships With Dapper 00:00:20 Build the Database 00:06:18 Boilerplate Code 00:10:28 Get all Video Games 00:24:01 Add the splitOn Parameter 00:28:29 Get a Single Video Game 00:31:25 Refactoring 00:35:53 C ... #PatrickGod 20240910 OPedaRBwNUA
Back to Top