34. Updating data in database with Entity Framework (Edit Actor) | ASP.NET MVC

Опубликовано: 08 Октябрь 2024
на канале: Ervis Trupja
12,881
102

📌 Course link: https://bit.ly/3CWvkqk
📌 Source code: https://bit.ly/3jvocZK
------------------------------------------------------------------
A key feature in our app is updating data in the database for items like actors, producers, cinemas, and movies.
In the ASP.NET MVC project, we are going to add a new method in ActorsService and also a new ActionResult in the ActorsController. You will also add model validation to the update functionality.
===================================
You can also watch my courses on:
🎯 Udemy: http://bit.ly/2MaEA5r​​​​​​​​​​
🎯 LinkedIn Learning: https://bit.ly/2NJ5PEF​​​​​​​​​​
🎯 Pluralsight: http://bit.ly/2EsgjlJ​​​​​​​​​​
===================================
📍 Source code: https://bit.ly/3jvocZK
===================================
00:00 - Welcome
00:15 - Adding new controller action
03:00 - UpdateAsync method in ActorsService
04:18 - Adding Edit view
05:15 - Testing
06:45- Thank you
===================================
#mvc #aspnetmvc #csharp