ASP.NET Core 6.0 - Users Without Identity Project

Count = 27

ASP.NET Core 5.0 - Migrate From .NET Core 3.1
Created 12/02/20, Updated 12/02/20 03:50 GMT
Describes how to migrate an ASP.NET Core 3.1 Razor Pages project to .NET 5.0.
ASP.NET Core 3.1 - Users Without Identity
Created 01/23/20, Updated 02/24/21 00:19 GMT
Demonstrates the implementation of Cookie Authentication. The first article of a series for Users Without Identity.
ASP.NET Core 3.1 - User Entity
Created 01/24/20, Updated 02/24/21 00:18 GMT
Demonstrates the implementation of storing a user entity in a MS SQL database. The second article of a series for Users Without Identity.
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 - User Management
Created 02/01/20, Updated 02/24/21 00:16 GMT
Demonstrates the implementation of user management. The forth article of a series for Uses Without Identity.
ASP.NET Core 3.1 - Admin Role
Created 02/01/20, Updated 02/24/21 00:16 GMT
Demonstrates the implementation of an admin role to manage users. The fifth article of a series for Uses Without Identity.
ASP.NET Core 3.1 - Cookie Validator
Created 02/02/20, Updated 02/24/21 00:15 GMT
Demonstrates the implementation of verifying the authentication cookie on every request. The sixth article of a series for Uses Without Identity.
ASP.NET Core 3.1 - Concurrency Conflicts
Created 02/02/20, Updated 02/24/21 00:14 GMT
Demonstrates the implementation of trapping and handling concurrency conflicts when editing and updating a user. The seventh article of a series for Uses Without Identity.
ASP.NET Core 3.1 - Must Change Password
Created 02/02/20, Updated 02/24/21 00:14 GMT
Demonstrates the implementation of a must change password custom claim which uses middleware to redirect the user to a change password page. The eighth article of a series for Uses Without Identity.
ASP.NET Core 3.1 - User Database Service
Created 04/24/20, Updated 02/24/21 00:13 GMT
Describes the implementation of a database service for managing users. The ninth article of a series for the Uses Without Identity Project.