Skip to content

Releases: manuel-chinchi/crud-mvc-aspnet

v1.2

12 Dec 21:54

Choose a tag to compare

New release v1.2

  • add button for export data of tables (CSV, Excel, PDF)
  • add charts reports make with ChartJS library
  • add document of app
  • adjust filter tables for small screens (responsive)

v1.0

25 Nov 00:08

Choose a tag to compare

Example of a CRUD system made with ASP.Net 4.5 and Entity Framework and LocalDB

  • CRUD basic operations on database.
  • Model entity validations native.
  • Use of Datatables library.