Asp.Net Core tutorial for absolute beginners (9): Into to the repository pattern

preview_player
Показать описание
When it comes to Asp.Net Core APIs, one of the most widespread patterns on working with data from a database is the repository pattern. In this lesson we'll explain what this pattern is all about and we'll implement it in our existing API.
#AspNetCore #DotNetCore #CSharp

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

Wacthing from Philippines. Great content!

vinland-hw
Автор

I am watching from Saudi Arabia, Jeddah city.
Thank you very much

talkathiriify
Автор

You being self taught is a huge encouragement, as you are someone to aspire to. Thank you for sharing!

bigggmoustache
Автор

Excellent work, thank you for all the videos in this series.

haloalex
Автор

1) 1:16:34 If we state that our function return Task<Hotel> how is correct to return null? Isn't better to return exception or empty hotel or something.
Coming from Typescript, the TS will scream at me if try to return Hotel and i am returning null

2) 1:36:12 what would happen if we try to addScoped two different implementations of IHotelRepository at the same time?

lowzyyy
Автор

Pls continue to upload the videos regularly

RAM-ffdy
Автор

This is the best series ever keep up the good work !! what should course should i start after finishing this one ?

mohamedal-qadeery
Автор

did you do the API unit testing with mocking video you mentioned here at 35:13?

ekcodes
Автор

Hey CW, would it make sense if we also had a Room repository rather than just a Hotel repository?

ACBadussy