Would either nhibernate or entity-framework be able to support 1000's of databases?
Scenerio: This would be a Saas application, *where each client gets their own seperate databas*e. So 10K clients, would mean 10K databases (their domain would map the to a specific db).
Could nhibernate support such a design requirement?
How about entity-framework?
I would imagine the connection string would be modified during the begin_request for that specific customer, based on their own domain name which would map them to their specific db.
Note Please don't tell me this is a poor design choice, just take it as a requirement.
Supporting mysql would also be an added benefit, which I know nhibernate does but not sure about EF