Click here to Skip to main content
15,899,124 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
We are going to create one application we need two or more db in one application one for admin and another for client DB we are using entity framework,c#, mssql with mvc5 how to establish relationship between two db ?
Posted
Updated 4-May-15 2:27am
v2
Comments
ZurdoDev 4-May-15 8:35am    
2 connection strings. I'd suggest not using 2 dbs unless absolutely necessary.

1 solution

Why do you need separate databases? Just one will do,
1. Learn http://www.datanamic.com/support/lt-dez005-introduction-db-modeling.html[^]
2. Next, you need to implement Identity and Security[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900