ASP.NET Core Web API - 5. Repository Pattern & Dependency Injection Explained

preview_player
Показать описание
ASP.NET Core Web API 2022 - 5. Repository Pattern & Dependency Injection Explained

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

Thank you, you're really darn great. I look forward to seeing the rest of your videos :)

FoxFireImr
Автор

Great tutorial! Nice advanced (and correct) structure made simple. With so many bad approaches to API tuturials out there, this is the one to follow! Keep the great work and thanks for sharing it...

afelixalves
Автор

As always great videos from teddy smith. Thank you so much.

abdulmlaikalomayri
Автор

Thank you very very much, Teddy. I love the way you teach.

SamuelFatunmbi
Автор

This one was abit rough but got the 'get' call working, I guess I have to watch the video few more times to understand the details and again thank you very much Teddy for taking the time to make such great content. Looking forward to the other videos of this series. God bless

hafidazer
Автор

good explanation of decoupled code. thanks t

josephh
Автор

for larger projects its Controller -> Services -> Repositories

macctosh
Автор

Hi Teddy, I'm trying this video today and I'm getting a 404 Undocumented Error: Not Found in the place where you see the all the Pokemon. All other server responses look to be correct. Would you have an idea on where I could be going wrong? Thanks in advance!

patoledavid
Автор

For everyone that had swagger freez but end point was working check if "[ProducesResponseType(200, Type = is correct

bozios
Автор

Hi Teddy. With IEnumerable and ICollection, can you use either or is it convention to use one and stick with it? Cheers

raggardy
Автор

8:45 you say an ICollection is only read only - I believe you are referring to IEnumerable, ICollection you can add / remove but only to the end. IList has index so edit anyplace.

boopfer
Автор

Hey Teddy,
thank you so much for this Tutorial. As an Software Developer that is familiar with the basic concepts of things like DI etc. it is easy to follow. I could imagine, that it could be hard to follow, if you dont have that background knowledge. Maybe you could link Videos that go a little deeper in that concepts in the sections. :)
Greets Tilman

tilmandr
Автор

Hi Sir, I am getting this error.

System.AggregateException: 'Some services are not able to be constructed (Error while validating the service descriptor 'ServiceType: Lifetime: Scoped ImplementationType: Unable to resolve service for type 'WebAPI.Data.DataContext' while attempting to activate

Please help

MuhammadZharifMohdFuad
Автор

i don't know what i am doing, but im lovin it

lofto
Автор

great videos! Liked and subscribed, but i have a question. Why did you use mapper? why you did not use logger? and why you didn't use service classes?

oanaghicajanucristina
Автор

Do you use reshaper? It's very nice when it's ghosting the completion for you

etiel
Автор

Error : Showing in Swagger : No Operations defined in spec!

Raj-izuz
Автор

Hi Teddy Million thanks for this tutorials ... I stack with ModelState Error does not exist in the current context

eihabelbrgaty
Автор

you really care the plural form of pokemon! Actually the full name is pocket monster, maybe the plural form is pokcet monsters :D

leafmagi
Автор

​ @Teddy Smith Hi, if it doesn't give me the contents of the database, what should I do? it's giving me back: id: 0 articletext: "string" etc.

alidahud