Difference between DTO, Model and Entity | DTO vs Model | DTO vs Model vs Entity | csharp | Dotnet

preview_player
Показать описание
#csharp #dotnet

Difference between DTO, Model and Entity | What is difference between DTO and entity | What is difference between DTO and model | What is the purpose of a DTO | What is the purpose of DTO in C# | C# interview questions
Рекомендации по теме
Комментарии
Автор

Thank you so much for the answer!!
Finding the correct explanation for these simple things is so hard.

manojchowdhary
Автор

Was having a hard time understanding this but your example was simple, practical and clearly explained the concept. Thanks a lot!

Bouwer
Автор

Your video added value to my knowledge. thank you!!!

taufiqahmed
Автор

Thank u so much for the video. I'm a college student struggling with those layers and now I get it.

Nathan-okku
Автор

thanks sir, i got new knowledge a big different model and dto

tafh
Автор

Hey you are explaining only Response DTO. What about Request DTO ( the service layer receives as input from API controller) ?

verbient
Автор

Can you reuse the DTO in the service layer if the properties don't change? or you create a Model with the exact same properties as the DTO?

ua
Автор

Rodriguez Kevin Harris Patricia Young Donna

SamuelGriffin-xb
Автор

I thought that the Entity was for the domain layer and the model was for the repository/database layer. No?

WayneGreen-gl
Автор

I am not sure but i simply understand that Entity works with Database, Model works with user, client and DTO works with developers 😅. Am i correct?

cuongduong
Автор

Moore Ruth Johnson Mary Williams Deborah

LoisStewart-tg
Автор

is the Web Layer the application? If so, what does the Person model return to the DTO? Does it return a Person Model object which the DTO then transfers into a Person DTO object? Good video, but I got lost at the end.

JamesFuhr