Posted on: 12/8/2014 5:37:34 PM | Views : 484

Hello all,
I know I can customize fileds to the AspNetUsers through Identity. However for performance speaking would be better keep this table intact and link it to a different table with the remaining fields ?
What's the best approach ?
My concern is let's say when a user login, it will bring me all these info like address, city, etc. But for certain parts of the website, just the email and first/last names would be needed and then I am just moving data that I am not going to use.

Go to the complete details ...