I would like to add a few contact fields to my identity model and create users in-house. No problem there but is there a general rule of thumb on whether or not it's good/bad practice to combine the identity db tables with my main db tables? Or should
they be kept separate in 2 dbs?
Also, I would like to list contact information for registered users in my main application but have not been able to figure out how. Would IdentityDBContext be required for the query instead of the DBContext for the solution?
Thanks in advance!
~Mike
Go to the complete details ...