I just wanted to THANK YOU for this series of tutorials. You have helped me sooo much! You have such a good way of explaining things at easy way. I really appreciate this course and I really appreciate you have posted this for free at YT.
Thank you for this video, made things more clear for me. I still have a question, where should the controller objects be instantiated? In a class as a field? in other places?
Best portion of WebAPI with repository pattern and Unit of work implementation , I feel you should extract the WebAPI portion of this tutorial and combine it in a single video and upload it , so that if some one search web api with repo pattern and unit of work he can find easily your tutorial .
Hi Sandeep, thanks for the video. Can we copy data annotations (such as [Key] and [Column()] ) of the City model when moving some of its properties to the CityDto? Should CityDto have these annotations? Thanks.
Hey Sandeep, I'm now able to debug WebAPI project. I tried to attach to "Launch Chrome against localhost", but that didn't work. What steps do I need to take to debug front end app? Thanks.
please when is this course going to end ? like when are you going to deploy the back end code to Azure?
I think 5 more videos to go before releasing this on azure.
This is an excellent video - the best I have seen on DTO's so far. Video is also excellent.
I just wanted to THANK YOU for this series of tutorials. You have helped me sooo much! You have such a good way of explaining things at easy way.
I really appreciate this course and I really appreciate you have posted this for free at YT.
i have not seen a teacher like u thank u
Thanks buddy
thanks a lot you are the best teacher
i found great tutorials in your channel , tanx sir
Muy bien explicado mister Mash....gracias
Thank you for this video, made things more clear for me. I still have a question, where should the controller objects be instantiated? In a class as a field? in other places?
Keep up the good work
great and detailed explanation , thnx
Best portion of WebAPI with repository pattern and Unit of work implementation , I feel you should extract the WebAPI portion of this tutorial and combine it in a single video and upload it , so that if some one search web api with repo pattern and unit of work he can find easily your tutorial .
Hi Sandeep, thanks for the video. Can we copy data annotations (such as [Key] and [Column()] ) of the City model when moving some of its properties to the CityDto? Should CityDto have these annotations? Thanks.
Yes, that is absolutely okay to add data annotation on DTO.
@@StudyMash Thank you!
Sir actually when i configured my iis server and used DTO the id for bew values are adding from 1014,1015 like this. Kindly help me with this please.
You must not be typecasting value to int and that is causing your incremental id to concatenate with older one instead of adding.
what is the difference between DTO and ViewModel
Hey Sandeep, I'm now able to debug WebAPI project. I tried to attach to "Launch Chrome against localhost", but that didn't work. What steps do I need to take to debug front end app? Thanks.
Why you are attaching it to Chrome, you need to attach the .exe of your application executing your application as suggested in this video.
Do you have any github repo with this project?
github.com/webtrainer-in/HSPA