ASP.NET Core 6.0 - Demos And Utilities Project

Count = 26

ASP.NET Core 2.2 - Bootstrap 4 Tables
Created 08/17/19, Updated 08/28/22 02:14 GMT
Demonstrates some of the Bootstrap 4 table css classes I will use in upcoming articles about table functions.
ASP.NET Core 2.2 - Details Modal With JSON Entity
Created 08/19/19, Updated 08/28/22 02:15 GMT
Demonstrates a call to a page handler which returns entity details in JSON. The details are displayed on a Bootstrap modal.
ASP.NET Core 2.2 - Autocomplete Search
Created 08/22/19, Updated 08/28/22 02:16 GMT
Demonstrates an autocomplete list for a search of the name property from a list of entities. When the name is selected the entity details are displayed on a Bootstrap modal.
ASP.NET Core 2.2 - Bootstrap 4 Pagination
Created 08/22/19, Updated 08/28/22 02:16 GMT
Demonstrates the use of Bootstrap 4 pagination for a table of entities.
ASP.NET Core 2.2 - Filtering Entities
Created 08/25/19, Updated 08/28/22 02:17 GMT
Describes how to filter a list of entities.
ASP.NET Core 2.2 - Sorting Entities
Created 08/25/19, Updated 08/28/22 02:17 GMT
Describes how to sort a list of entities.