Skip to content

Releases: manuel-chinchi/crud-mvc-dotnet

v1.2.1

05 Jan 23:06
Compare
Choose a tag to compare

new release 1.2.1
changes current in this version:

  • Add export tables content to CSV, Excel and PDF formats
  • Customize tables used by datatables
  • Add dark mode
  • Refactor and optimization of many sections of code

v1.0

05 Nov 23:35
Compare
Choose a tag to compare

Example of a CRUD system made with .Net Core 3.1 and Entity Framework and SQL Server database.

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