How to Add Additional Columns in ASP NET Identity User Table (Code First)

preview_player
Показать описание
In this tutorial, we will learn how to add additional columns in ASP.NET Identity User Table using Code First Migration Approach.
MVC 5 and Visual Studio 2015
How to customize ASP.NET Identity User Table.
Рекомендации по теме
Комментарии
Автор

hey after i extended the table by inheriting from it, it creates a new table for the inherited class, and the data has been saved in the original one, therefore it case an issue since i need to link the table with another tables defined by me but i can't modify in IdentityUsers table because it's protected. what is the solution for this issue??

ammarasaad
Автор

Thank you for such a detailed explanation (Y)

globaltech
Автор

please make a videos in full tutorail of C#.

luisgarciacastro
Автор

sir kindly make a full series of c# .net MVC

areshakhan
Автор

How to add additional columns in ASP NET using DATABASE First method?

srikanthsharma