Thursday, December 5, 2019

Razor in .NET Core

  1. Fluent Validation a library for form validations.
  2. 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.
  3. 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