22. Adding your first view (Actors list) | ASP.NET MVC

Опубликовано: 14 Октябрь 2024
на канале: Ervis Trupja
26,757
228

📌 Course link: https://bit.ly/3CWvkqk
📌 Source code: https://bit.ly/3jvocZK
------------------------------------------------------------------
A view is a razor file (combination of C# with HTML) and that is what a user sees when they use the app. On this part, you will add the first view of the application, the Actors view.
===================================
You can also watch my courses on:
🎯 Udemy: http://bit.ly/2MaEA5r​​​​​​​​​​
🎯 LinkedIn Learning: https://bit.ly/2NJ5PEF​​​​​​​​​​
🎯 Pluralsight: http://bit.ly/2EsgjlJ​​​​​​​​​​
===================================

#mvc #aspnetcore #csharp

0:00 Introduction
0:49 Creating an empty view
3:45 Passing data from controller to view
12:38 Updating table design
13:36 Adding icons to the buttons
14:41 Changing text color to white