I need to see any example for insert update and delete using entity framework and asp.net core mvc , it must used jquery data table for listing and using ajax calls for operations like insert update and delete , the table must have forieng keys like students table could have country Id which is basically having its own country table as dropdown share any reference example
Loading
Local CodersPosted Aug 14, 2024, 3:36 PM
asp.net mvc and dotnet core mvc nothing much different for client side. only backend package manager is different.
Jithu ThomasPosted Aug 14, 2024, 2:27 PM
https://www.c-sharpcorner.com/article/crud-operation-in-asp-net-mvc-using-ajax-and-bootstrap/
this link will give you a basic idea to work on it.