- Fluent Validation a library for form validations.
- The plain Jane validations in .NET Core's MVC and Razor paradigm are more spiffy than those of the .NET Framework days. Validations can happen at a POST method at a ReST API controller action based on the data annotations at the POCO getting mapped to.
- jQuery DataTables is a way to do a paginated list of records and it does support a way to do server-side pagination with AJAX calls.
No comments:
Post a Comment