Asp.net core is such a beautiful framework which makes our job a lot more easier and effifient. This video discusses one of such wonderful features - View Components.
You will get to learn many different things in this video:
1. What is View component?
2. Why to use view component?
3. When to use view component?
4. Difference between partial views and view components?
5. How to create and use view component?
Another very interesting thing you will learn is:
How to implement dynamic navigation menu using view component?
References to few of the things discussed in the session:
MSDN Doc:
https://learn.microsoft.com/en-us/asp...
Partial views in asp.net core MVC web application:
• Partial Views in asp.net core MVC 6.0...
You can download the latest code from below git repository:
https://github.com/sahanabhat3388/Com...
Asp.net core tutorial playlist:
• Asp.net Core tutorial for beginners