M
MReigler
We are in the process of designing an application in which some
customers may purchase addition add in modules on top of the core
modules that everyone would get. All modules will connect to a single
database using LINQtoSQL. Originally we where thinking that each
module should have it's own datacontext which would map to a database
schema, but we haven't found anything to really support this concept.
So my question is, is this a good idea or should we create a single
datacontext class for all modules to use.
customers may purchase addition add in modules on top of the core
modules that everyone would get. All modules will connect to a single
database using LINQtoSQL. Originally we where thinking that each
module should have it's own datacontext which would map to a database
schema, but we haven't found anything to really support this concept.
So my question is, is this a good idea or should we create a single
datacontext class for all modules to use.