C#C
C#2y ago
yatta

Add new field in ASP.Net

So im learning ASP.Net from Microsoft doc, and when I com to this documentation:
https://learn.microsoft.com/en-us/aspnet/core/tutorials/first-mvc-app/new-field?view=aspnetcore-8.0&tabs=visual-studio
I've done everything the doc said, but the Rating doesn't show anything. When I think it suppose to display the Rating "R" when I hardcoded it in the program. Also, the doc says I should able to perform other CRUD command with the Rating attribute, but I can't at all. Is it like how it suppose to work, or I actually have done something wrong ?
Part 8 of tutorial series on ASP.NET Core MVC.
Was this page helpful?