ASP.NET Core 6.0 - Demos And Utilities Project

Count = 26

ASP.NET Core 5.0 - SMTP Settings Tester
Created 08/07/21, Updated 08/07/21 01:20 GMT
Describes the SMTP Settings Tester utility. The sixth article of a series for the Uses Without Passwords Project.
ASP.NET Core 3.1 - Password Hasher
Created 01/27/20, Updated 02/24/21 00:17 GMT
Demonstrates the implementation of a password hasher. The third article of a series for Users Without Identity.
ASP.NET Core 3.1 - FIDO Utilities Project
Created 04/23/20, Updated 09/02/21 01:43 GMT
Describes utilities for challenges of implementing a successful FIDO project. The first article of a series for the FIDO Utilities Project.
ASP.NET Core 3.1 - SMTP EmailSender
Created 04/23/20, Updated 09/02/21 01:47 GMT
Demonstrates the implementation of a dependency injected SMTP EmailSender. The second article of a series for the FIDO Utilities Project.
ASP.NET Core 3.1 - Message Modal
Created 05/08/20, Updated 09/07/21 04:53 GMT
Demonstrates the implementation of a global Bootstrap message modal. The third article of a series for the FIDO Utilities Project.
ASP.NET Core 3.1 - Round Trip Challenge
Created 05/08/20, Updated 09/02/21 01:50 GMT
Describes the round trip of the challenge, a unique code used by FIDO, from the server to the client-js to the postback verification. The forth article of a series for the FIDO Utilities Project.
ASP.NET Core 3.1 - Cookie Consent
Created 05/10/20, Updated 09/02/21 01:53 GMT
Demonstrates the implementation of ASP.NET Core GDPR Consent features. The fifth article of a series for the FIDO Utilities Project.
ASP.NET Core 3.1 - FIDO2 Authenticators
Created 05/10/20, Updated 09/02/21 01:54 GMT
Describes the FIDO2 authenticator. The sixth article of a series for the FIDO Utilities Project.
ASP.NET Core 3.1 - AES Cipher
Created 05/23/20, Updated 09/02/21 01:55 GMT
Describes the AES Cipher. The seventh article of a series for the FIDO Utilities Project.
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.