ASP.NET Core 6.0 - Demos And Utilities Project

Count = 26

ASP.NET Core 6.0 - Demos And Utilities Project
Created 12/23/21, Updated 12/23/21 21:22 GMT
Introduces the DAUP project, a collection of demos and utilities I used to develop a lot of the features for KenHaggerty. Com and the research projects.
ASP.NET Core 6.0 - SingleUser NuGet Package
Created 10/29/21, Updated 10/29/21 15:03 GMT
Describes the implementation of the KenHaggerty. Com. SingleUser. Net6 NuGet package.
ASP.NET Core 5.0 - Migrate To Bootstrap v5
Created 06/10/21, Updated 09/14/21 02:57 GMT
Describes how to migrate an ASP.NET Core 5.0 Razor Pages project from Bootstrap v4 to v5. The second article of a series for the Uses Without Passwords Project.
ASP.NET Core 5.0 - Bootstrap v5 Offcanvas Demo
Created 09/01/21, Updated 09/02/21 01:56 GMT
Demonstrates the implementation of a Bootstrap v5 Offcanvas in a partial view.
ASP.NET Core 5.0 - Path QR Code
Created 09/01/21, Updated 09/02/21 01:58 GMT
Demonstrates the implementation of a QR Code generator for the current path.
ASP.NET Core 5.0 - SMTP Settings Tester Project
Created 08/02/21, Updated 08/07/21 01:18 GMT
Introduces a series about the implementation of a SMTP email service. The first article of a series for the SMTP Settings Tester Project.
ASP.NET Core 5.0 - New EmailSettings
Created 08/02/21, Updated 08/07/21 01:18 GMT
Demonstrates the implementation of the EmailSettings class and adding the TOpions of EmailSettings to the ServiceCollection. The second article of a series for the SMTP Settings Tester Project.
ASP.NET Core 5.0 - User Secrets
Created 08/02/21, Updated 08/07/21 01:19 GMT
Describes the implementation of the project's User Secrets or secrets.json. The third article of a series for the SMTP Settings Tester Project.
ASP.NET Core 5.0 - AppSettings Encryption
Created 08/02/21, Updated 08/07/21 01:19 GMT
Describes app settings' email account passwords and connection string encryption. The forth article of a series for the SMTP Settings Tester Project.
ASP.NET Core 5.0 - EmailSender Service
Created 08/07/21, Updated 08/07/21 01:20 GMT
Demonstrates the implementation of a dependency injected SMTP EmailSender Service. The fifth article of a series for the SMTP Settings Tester Project.