Thanks so much for your video. it helped me alot. I m beginner.
@مبرمجاونلاين3 жыл бұрын
من مصر تحياتي لكى على الشرح الجميل
@thowheedh4 жыл бұрын
Where is the Source Code link as you mentioned in the video?
@nelsonrivers854611 ай бұрын
Can you create video(s) on how to create a Setup project to deploy a Winform application with EF Core ? Does it require that a .mdf file be deployed within the Setup project ?
@ga78535 жыл бұрын
Thank you so much, that was very useful and I do appreciate the time and the efforts you put into this video, Thanks again.
@mikedqin4 жыл бұрын
Good intro. One suggestion is to use Address object to capture Street, City, State, PostalCode, and use Date for DOB field. If possible, add validation before save to database.
@JaimeChavarriaMartinez6 жыл бұрын
Thank you. Please do more videos like this.
@tobbymarchal31405 жыл бұрын
Greate and please upload generic repository code first approach with that current application
@arjunraj81713 жыл бұрын
If I save the Id, without photo/pic image, it still saves it, but if I want to edit or delete that Id it shows error, system. ArgumentNullExeption, how to solve this, help please
@mahdyataey10514 жыл бұрын
thank you for your tutorial! I want to add filter please help me sir!. when I use a text box to filter the binding disconnects.
@hafizibtisam5 жыл бұрын
there is no link or code
@JohnSargunar6 жыл бұрын
Actually web-forms with Entity framework is what everyone wants. Website will do all windows-applications can be. Can you offer this, maybe ever one-to-one over Skype
@jameelamir68065 жыл бұрын
very nice
@petermbugua546 жыл бұрын
I have one question about code first what happens, during deployment or if I drop the created database. How does the code recreate the database?
@mikedqin4 жыл бұрын
Yes, change Entity object code will be reflected in database table change.