Add Custom Fields To User in ASP.NET Core Identity
This tutorial will show you how to add custom fields to user in ASP.NET Core Identity. AspNetUser is one of the default tables created if you are using ASP.NET Core Identity in your application. This table is where the authenticated users are being saved. Adding custom fields allows you to store additional information about users … Read more