I wanted to load backend data (MariaDB via Rider) onto my browser as part of developing my simple ASP.NET Core web app. The problem now is that the browser does not display the backend data (it thinks my model got null data, as per screenshot) If I check the data table and columns etc I see it is not null;
` I wanted to see those data loaded and displayed on my browser/frontend, but did not work. My code is as follows https://pastebin.com/arBxrSCR Could anyone point me in the right direction??