Articles Filter By Project

Count = 41

ASP.NET Core 6.0 - Homegrown Analytics
Created 12/22/21, Updated 09/28/22 01:52 GMT
The migrated ASP.NET Core 6.0 - Homegrown Analytics project continues the article series about collecting and analyzing a web application's usage metrics.
ASP.NET Core 6.0 - Analytics Schema and Integration
Created 12/22/21, Updated 09/28/22 01:52 GMT
Describes the ASP.NET Core 6.0 - Homegrown Analytics Project V2 integration with existing projects and the SQL scripts for schema and tables.
ASP.NET Core 6.0 - Data Collection
Created 08/28/22, Updated 09/28/22 01:51 GMT
Describes the implementation of middleware which captures usage metrics for the current request.
ASP.NET Core 6.0 - Data Filters
Created 08/28/22, Updated 09/28/22 01:51 GMT
Describes the implementation of pagination and property filters for the PageHit listing.
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.
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 - 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 - 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 - In Memory Entities
Created 08/15/19, Updated 08/28/22 02:14 GMT
Demonstrates the creation of a small in-memory database which I will use in upcoming articles about table functions.
ASP.NET Core 6.0 - Member Profile
Created 06/02/22, Updated 06/19/22 15:24 GMT
Describes the implementation of a MemberProfile, used to store and display a user's public properties.

I write about the difficulties and methods I have found while developing this site with ASP.NET Core 2.2, upgrading to ASP.NET Core 3.1 then to ASP.NET Core 5.0 and ASP.NET Core 6.0 using EntityFramework Core. None of the authors, contributors, or anyone else connected with KenHaggerty.Com, in any way whatsoever, can be responsible for your use of the information contained in or linked from these articles.

All articles have created and last updated dates. I will do my best to update any article which I learn to be inaccurate. The research comes from articles and posts on sites like stackoverflow, docs.microsoft.com and GitHub. I hardly ever find my solution from one article or post. I give references in the article to the most pertinent sources. There is a comments feature to allow open discussion. If you have concerns and do not want to register, please send me an email.