Bootstrap dialogs and AJAX calls to delete records in Dot Net Core.
When you are writing a .NET Core application then Visual Studio allows you to add the controller scaffolding once you have defined the data items in your model. As part of the controller it also can also define some .cshtml pages to handle the CRUD operations (Create, Retrieve, Update and Delete). If you are simply […]