Understanding the Repository Pattern in C#

Опубликовано: 27 Декабрь 2024
на канале: Tech With Pat
21,965
598

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/BookSy...

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:    • How to create a Web API with ASP.NET ...  

Where to find me
____________

🌍 Website: http://makanda.io
💻 Github: https://github.com/techwithpat
🕴️ LinkedIn:   / patrick-tshibanda-431017135  

#repositorypattern #csharp #aspnetcore