c# - Create new database or use the existing ASP.NET Identity database? -
i have been teaching myself asp.net mvc5 development , have problem determining best practice in situation.
i using asp.net identity system created database me. want add more tables , things it. should create new database or should add existing database? best practice in situation?
try using same database rather creating new database each new table. 1 database can have many tables need have.
Comments
Post a Comment