ASP.NET Core 6.0 - Homegrown Analytics Project

Count = 19

ASP.NET Core 5.0 - Analytics Schema and Integration
Created 12/31/20, Updated 01/06/21 05:57 GMT
Describes the ASP.NET Core 5.0 - Homegrown Analytics Project integration with existing projects and the SQL scripts for schema, tables, and default data.
ASP.NET Core 5.0 - Cookie Consent and GDPR
Created 12/31/20, Updated 01/06/21 05:59 GMT
Describes the implementation of Microsoft. AspNetCore. CookiePolicy to request user consent for non-essential cookies.
ASP.NET Core 5.0 - Analytic Data Collection
Created 01/02/21, Updated 01/06/21 06:01 GMT
Describes the implementation of middleware which captures usage metrics for the current request.
ASP.NET Core 5.0 - Not Found Errors
Created 01/02/21, Updated 01/06/21 06:03 GMT
Describes how to capture the path and query string of a not found request.
ASP.NET Core 5.0 - Preferred UserAgents
Created 01/02/21, Updated 01/06/21 06:02 GMT
Describes how to capture a user agent string and store it with a preferred property.
ASP.NET Core 5.0 - Analytic Dashboard
Created 01/02/21, Updated 01/06/21 06:04 GMT
Demonstrates the implementation of analytic data listing pages and a summary dashboard.
ASP.NET Core 5.0 - Online User Count with SignalR
Created 01/06/21, Updated 01/06/21 06:04 GMT
Describes the implementation of a feature based on a couple of examples I found which count online users with SignalR.
ASP.NET Core 5.0 - Is Human with Google reCAPTCHA
Created 01/06/21, Updated 01/06/21 06:04 GMT
Describes the implementation of Google reCAPTCHA v3.
ASP.NET Core 5.0 - Log Maintenance with Hangfire
Created 01/06/21, Updated 01/06/21 06:05 GMT
Describes the implementation of purging stale analytic records with Hangfire.