Repository pattern in asp net core

Published: 29 April 2019
on channel: kudvenkat
304,177
2.6k

In this video, we will discuss
What is Repository Pattern
Benefits of Repository Pattern
An example that uses repository pattern to store and retrieve data from sql server database using entity framework core

Healthy diet is very important for both body and mind. We want to inspire you to cook and eat healthy. If you like Aarvi Kitchen recipes, please support by sharing, subscribing and liking.
   / @aarvikitchen5572  

Text version of the video
https://csharp-video-tutorials.blogsp...

Slides
https://csharp-video-tutorials.blogsp...

ASP.NET Core Text Articles & Slides
https://csharp-video-tutorials.blogsp...

ASP.NET Core Tutorial
   • ASP.NET core tutorial for beginners  

Angular, JavaScript, jQuery, Dot Net & SQL Playlists
https://www.youtube.com/user/kudvenka...


What is Repository Pattern
Repository Pattern is an abstraction of the Data Access Layer. It hides the details of how exactly the data is saved or retrieved from the underlying data source. The details of how the data is stored and retrieved is in the respective repository. For example, you may have a repository that stores and retrieves data from an in-memory collection. You may have another repository that stores and retrieves data from a database like SQL Server.

Repository Pattern Example

We want to be able to perform all the CRUD operations (i.e Create, Read, Update and Delete) against the following Employee type using the repository pattern.


Watch video Repository pattern in asp net core online without registration, duration hours minute second in high quality. This video was added by user kudvenkat 29 April 2019, don't forget to share it with your friends and acquaintances, it has been viewed on our site 304,177 once and liked it 2.6 thousand people.