Dotnet Core, Ajax and Databases

Jan 13 2021 4:21 PM

I have project I am working on. Not to worry about how it looks right now the code is on github https://github.com/althepal78/melskitchen

So I am trying to add ajax to the chat section of it so that it can not keep reloading the whole page. I am not sure where to add the AJax call or use it with Dotnet core and the MySQL database because it is confusing. Now I have gotten it to work just not the ajax stuff. I have added the nuget package and the min script to the layout. I am also using vs code not vs 2019. this is what I am using Dotnet core, EF 3.1, and MySQL workbench. Can someone help me understand where to properly do this in my code. If I have to I will add my code here as well. 


Answers (11)