Understanding the Repository Pattern in C#

TechWithPat

In this video, we’re going to explore the Repository Pattern and how it can help us manage our data. We’ll discuss how it can be used to store and retrieve data to and from a database.

Source code for this tutorial is available here :
________________________________

https://github.com/techwithpat/BookSystemDemo

Timestamp
________

00:00 Intro
00:22 Tour of the example application
01:19 What’s wrong with the current state of the application
03:22 Introduce the repository pattern
03:57 Implement the repository
07:27 Refactor app’s controllers to use repositories
09:45 Outro

This video might interest you
____________________

How to create a Web API with ASP.NET Core: https://youtu.be/sWJayOop4k8

Where to find me
____________

๐ŸŒ Website: http://makanda.io
๐Ÿ’ป Github: https://github.com/techwithpat
๐Ÿ•ด๏ธ LinkedIn: https://www.linkedin.com/in/patrick-tshibanda-431017135/

#repositorypattern #csharp #aspnetcore