Example implementation of ASP.NET Core 2 MVC CRUD datatables jQuery Plugin and EF Core code first.
- ASP.NET Core 2
- Web API using ASP.NET Core 2
- CRUD using Entity Framework (EF)
- Code First
- datatables.net (for rendering the grid)
- serializeJSON (for auto serialization from FORM to JSON)
- toastr (for showing notification)
- sweetalert (for showing delete confirmation)
- clone / fork / download the project
- open the project using Visual Studio 2017 Community Edition
- run the code first migration: using the package manager console, 'PM> update-database'
- run the project by pressing the play button.
[CodeRush.CO] source code collections (https://coderush.co)