ASP.NET Core 8.0 - Users With Device 2FA Project
ASP.NET Core 6.0 - Users With Device 2FA
                        Created 12/31/21,
                        Updated 03/11/22 19:15 GMT
                    
                    
                        Introduces the ASP.NET Core 6.0 - Users With Device 2FA Project (UWD2FAP) and an article series about the implementation of ASP.NET Core 6.0 with Visual Studio 2022.
                    
                ASP.NET Core 6.0 - Migrate From .NET 5.0
                        Created 12/31/21,
                        Updated 03/11/22 19:15 GMT
                    
                    
                        This article describes the new VS 2022 project properties UI and how to upgrade the Target framework and NuGet packages.
                    
                ASP.NET Core 6.0 - Top-Level Statements
                        Created 01/05/22,
                        Updated 03/11/22 19:14 GMT
                    
                    
                        Describes the new top-level statements and how to migrate Startup.cs code to Program.cs.
                    
                ASP.NET Core 6.0 - Global Usings
                        Created 01/05/22,
                        Updated 03/11/22 19:14 GMT
                    
                    
                        Describes the new VS 2022 features, Global using directives and file scoped namespaces.
                    
                ASP.NET Core 6.0 - Data Protection Keys
                        Created 01/10/22,
                        Updated 03/11/22 19:13 GMT
                    
                    
                        Describes the default ASP.NET Core Data Protection conditions and alternate solutions to persist Data Protection keys.
                    
                ASP.NET Core 6.0 - Administrator Claim
                        Created 01/12/22,
                        Updated 03/11/22 19:13 GMT
                    
                    
                        Describes the UWD2FAP AppUserClaim, creating a ClaimsPrincipal, and migrating the AppUser Administrator property to an AppUserClaim.
                    
                ASP.NET Core 6.0 - Terms Of Service
                        Created 01/12/22,
                        Updated 03/11/22 19:12 GMT
                    
                    
                        Describes the Terms Of Service AppUserClaim, Terms Of Service page, and TermsOfServiceMiddleware.
                    
                ASP.NET Core 6.0 - Claims-Based Authorization
                        Created 01/22/22,
                        Updated 03/11/22 19:11 GMT
                    
                    
                        Describes the implementation of claims-based authorization.
                    
                ASP.NET Core 5.0 - Users Without Passwords
                        Created 04/09/21,
                        Updated 08/16/21 03:59 GMT
                    
                    
                        Introduces a series about the implementation WebAuthn, also known as FIDO2, instead of passwords. The first article of a series for the Uses Without Passwords Project.
                    
                ASP.NET Core 6.0 - Impersonate User
                        Created 02/01/22,
                        Updated 03/11/22 19:01 GMT
                    
                    
                        Describes the implementation of user impersonation by administrators.