G
Greg
I am hoping someone can shed some light on a current topic of discussion with
all of our development managers.
All of our applications utilize 6 common objects; however we do not have
Common objects built.
For example all our applications have a Person object ( name, address(s),
phone(s), and a collection of attributes specific to the application ). These
“objects†may be a data table, dataset, or class file. Also, each application
has it own database.
My question is what would be the best way to architect this so that I am not
creating a copy of a base library project and changing out the DAL for each
application that is built.
all of our development managers.
All of our applications utilize 6 common objects; however we do not have
Common objects built.
For example all our applications have a Person object ( name, address(s),
phone(s), and a collection of attributes specific to the application ). These
“objects†may be a data table, dataset, or class file. Also, each application
has it own database.
My question is what would be the best way to architect this so that I am not
creating a copy of a base library project and changing out the DAL for each
application that is built.