Using Repository Pattern

preview_player
Показать описание
In this video we will learn following

What is repository pattern
What are the benefits of using repository pattern
How to use it in our application

Next we will see, what is Unit of Work and how to use it in our applicaiton. .

You can support me by donating on

Thanks
Studymash
Рекомендации по теме
Комментарии
Автор

cant wait for this project to finish. thank you for all the contents

harrylyod
Автор

Your voice and explanation works me like a medicine. Thanks you very much..

ramadalivasu
Автор

Nicely organized series. I'm also building a project with similar web API backend and Angular frontend. I'm hoping you'll do an episode on securing the API with Azure ADB2C. My architectural challenge is to provide a way for multiple frontends to share the same database and member-space. This would permit all users authenticated for the API to use any of the frontends while accessing the same datastore of their personal activity.

flywheel
Автор

Why not create a generic repository to handle all CRUD operations? Therefore, other repositories can inherit from the generic repository and you don't have to repeat yourself. You can also make the generic repo method virtual so you can override them and the generic repo can also be an abstract class so it can't be instantiated directly.

sunilanthony
Автор

Please enable subtitles like your other videos! Thank you.

edgarr
Автор

Great tutorial so far sir.. One request. Can we please have two videos a week?
I know you are very busy but still if it is possible by any chance?

healthypal
Автор

Is using repository pattern a best idea if in my environment backend going to be Microsoft sql server not matter what? should I just use angular calling the webapi and the api use the entity framework directly! please advice, thanks for the awesome series.

balajeek
Автор

anyway is it recommended to separate solution between frontend and webapi?

vaynard
Автор

Hi Can I get chance to work with you Please

dattatreyakulkarni