ASP.NET Core 6.0 - Demos And Utilities Project

The ASP,NET Core 6.0 - Demos And Utilities Project (DAUP) is a collection of demos and utilities I used to develop a lot of the features for KenHaggerty. Com and the research projects. I migrated the ASP.NET Core 3.1 - FIDO Utilities Project (FUP) which includes many of the utilities I use in the ASP.NET Core 6.0 - Users Without Passwords Project (UWPP). The DAUP has been upgraded to ASP.NET Core 6.0 with Visual Studio 2022. I migrated the Startup.cs to top-level statements in Program.cs. I also implemented global usings and file scoped namespaces. I have enabled the nullable context and mitigated all warnings and issues. I have updated the project with Twitter Bootstrap v5. See ASP.NET Core 5.0 - Migrate To Bootstrap v5. This project implements Bootstrap Native.

The DAUP features an In Memory database and lists of fruit, vegetable and spice names for records to demonstrate table functions like paging, filtering, and sorting. The DAUP implements the KenHaggerty. Com. SingleUser. Net6. See the article, ASP.NET Core 6.0 - SingleUser NuGet Package. The DAUP implements the SMTP Settings Tester, located in the authorized Pages > Admin folder. See the article, ASP.NET Core 5.0 - SMTP Settings Tester. Features include an Admin Page with Send Email Tests, Truthy Or Falsy Demo, Copy and Paste Demo, Offcanvas Partial Demo, Path QR Code Demo, Bootstrap v5 Detection JavaScript, and ExceptionEmailerMiddleware. The EmailSender and AES Cipher Demo are also updated. Registered users can download the source code for free on KenHaggerty. Com at Manage > Assets.

V1.0.12 - MIT License - Free Access Fee - DemosAndUtilitiesProject@1.0.12.zip - 2,479,442 bytes

Comments(0)

Loading...
Loading...

Not accepting new comments.

Submit your comment. Comments are moderated.

User Image.
DisplayedName - Member Since ?

Change Log

v1.0.12 - 2022-12-18
-- Updated MS NuGet Packages@6.0.12
-- Updated MailKit NuGet Package@3.4.3
-- Updated Bootstrap@5.2.3
-- Updated BootstrapIcons@1.10.2
v1.0.11 - 2022-10-12
-- Updated MS NuGet Package@6.0.10
-- Updated Bootstrap@5.2.2
-- Continuity and bug fixes
v1.0.10 - 2022-09-15
-- Implemented Hue Gradients demo
-- Implemented HTML5 color picker
-- Updated MS NuGet Package@6.0.9
-- Updated MailKit NuGet Package@3.4.1
-- Updated Bootstrap@5.2.1
-- Continuity and bug fixes
v1.0.9 - 2022-08-12
-- Implemented DateTimeTagHelper demo
-- Updated MS NuGet Package@6.0.8
-- Updated Twitter-Bootstrap@5.2.0
-- Updated dynamic-modals.js@2.0.0
-- Updated Bootstrap Icons@1.9.1
-- Continuity and bug fixes
v1.0.8 - 2022-07-16
-- Updated MS NuGet Package@6.0.7
-- Updated Bootstrap Icons@1.9.0
-- Continuity and bug fixes
v1.0.7 - 2022-06-16
-- Updated MS NuGet Package@6.0.6
-- Updated MailKit NuGet Package@3.3.0
-- Continuity and bug fixes
v1.0.6 - 2022-06-03
-- Updated Bootstrap Native@4.2.0
-- Updated Bootstrap Icons@1.8.3
-- Continuity and bug fixes
v1.0.5 - 2022-05-20
-- Updated MS NuGet Packages@6.0.5
-- Updated Bootstrap Icons@1.8.2
-- Continuity and bug fixes
v1.0.4 - 2022-04-25
-- Implemented Bootstrap Icons@1.8.1
-- Updated MS NuGet Package@6.0.4
-- Updated MailKit NuGet Package@3.2.0
-- Updated Bootstrap-Native@4.1.2
-- Updated IdleLogout integration
-- Updated Email template
-- Continuity and bug fixes
v1.0.3 - 2022-03-11
-- Updated MS NuGet Packages@6.0.3
-- Updated Bootstrap-Native@4.1.1
-- Updated IdleLogout demonstration
-- Continuity and bug fixes
v1.0.2 - 2022-02-08
-- Implemented IdleLogout options
-- Updated MS NuGet Packages@6.0.2
-- Updated MailKit NuGet Package@3.1.1
-- Continuity and bug fixes
v1.0.1 - 2021-12-15
-- Migrated Globals to AppSettings
-- Implemented dynamic-modals.js
-- Updated Mailkit@3.0.0
-- Updated TruthyOrFalsy Demo
-- Continuity and bug fixes
v1.0.0 - 2021-11-11
-- General Availability - NET 6.0
-- Migrated Net 3.1 Fido Utilities Project@2.1.1
-- Migrated AesCrypto CipherKey and CipherIV to Globals
-- Implemented KenHaggerty.Com.SingleUser.Net6 NuGet Package@1.0.2
-- Implemented Top-Level Statements
-- Implemented Global Usings
-- Implemented File Scoped Namespaces
-- Implemented Global EmailAdminEvent
-- Implemented Global EnableCookieConsent
-- Implemented Revoke Cookie Consent
-- Implemented Bootstrap v5 Detection script
-- Added Base32.cs
-- Added TwoFactorAuth.cs
-- Added TruthyOrFalsy Demo
-- Added Authenticator Demo
-- Added PasswordHasher Demo
-- Added Table Functions Demo
-- Added Idle Detection API Demo
-- Updated Twitter-Bootstrap@5.1.3
-- Updated Bootstrap-Native@4.0.7
-- Updated AesCrypto.cs
-- Updated Error page
-- Updated CheckForUpdate
-- Updated Must Accept Cookies
-- Continuity and bug fixes