Can I Use EF Across Multiple DBs in One SQLServer Instance?
Posted
by thomashubschman
on Stack Overflow
See other posts from Stack Overflow
or by thomashubschman
Published on 2010-03-19T20:01:39Z
Indexed on
2010/03/19
20:11 UTC
Read the original article
Hit count: 155
entity-framework
|sql-server
Hello,
I have been searching the blogs and articles but I have not found much support for this scenario. I have been poking around EF and realized that I could create views that contained data from multiple databases and then build the EF object model off of those views. Although it works I am not sure about the usual issues of performance, scalability, maintainability. The way I am achieving the connection between databases is by creating associations in the EF model.
Does anyone have any information about this type of implementation? Either another solution or commentary on this proposed solution?
Thanks,
Tom
© Stack Overflow or respective owner