Are there any source apps to update the user & tables created when scaffolding an individual accounts MVC app

Richard Scannell 321 Reputation points
2024-02-13T16:46:29.06+00:00

In Visual Studio 2022 , when you create an ASP.NET Core Web App ( Model View Controller) & select Individual Accounts as the Authentication type, a number of standard tables are created in the Database including AspNetUsers, AspNetRoles, & AspNetUserRoles. These are used for authentication & authorisation Are there any existing sample .NET C# applications to maintain the contents of these tables ( EG assign users to roles via AspNetUserRoles) ?

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,573 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,494 questions
0 comments No comments
{count} votes

Accepted answer
  1. Bruce (SqlWork.com) 65,576 Reputation points
    2024-02-13T17:22:37.6533333+00:00

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.