ASP.NET Core 6.0 - Users With Comments Project

Count = 9

ASP.NET Core 6.0 - Users With Comments
Created 06/01/22, Updated 06/19/22 15:28 GMT
Introduces the ASP.NET Core 6.0 - Users With Comments Project (UWCP) and an article series about the implementation of users with comments.
ASP.NET Core 6.0 - API Implementation
Created 06/01/22, Updated 06/19/22 15:27 GMT
This article describes implementing API support for an existing razor pages project.
ASP.NET Core 6.0 - API Authorization
Created 06/01/22, Updated 06/19/22 15:26 GMT
Describes restricting access to the member's image API endpoint to the user or an authorized administrator.
ASP.NET Core 6.0 - Member Profile
Created 06/02/22, Updated 06/19/22 15:24 GMT
Describes the implementation of a MemberProfile, used to store and display a user's public properties.
ASP.NET Core 6.0 - Profile Image Control
Created 06/08/22, Updated 06/19/22 15:23 GMT
Describes the Profile Image Control with options to use an image file, webcam snapshot, or a stock image stored on the server.
ASP.NET Core 6.0 - Comments Workflow
Created 06/08/22, Updated 06/19/22 15:20 GMT
Describes the UWCP's moderated comment workflow from user submission to admin publication.
ASP.NET Core 6.0 - Filtered Comments
Created 06/10/22, Updated 06/19/22 15:19 GMT
Describes how filtered comments pages aid the comment workflow.
ASP.NET Core 6.0 - Member Listings
Created 06/18/22, Updated 06/19/22 15:18 GMT
Describes the public and admin listings for MemberProfiles.
ASP.NET Core 6.0 - Lazy Load On Scroll
Created 06/19/22, Updated 06/19/22 15:17 GMT
Describes the implementation of lazy loading long comment and member lists.