C
ChrisB
Hello:
I am involved in the development of a NET application and was hoping for
some insight into the following question:
Outside of deployment considerations, what criteria should be used to
determine which classes to include in a given .NET project?
For example, if three class definitions, such as Customer, CustomerAccount,
and CustomerHistory are in the same namespace, are there any drawbacks to
associating each object with a separate project? Would it be preferable to
include these three definitions in the same project if they will be deployed
to the same machine?
Thanks,
Chris
I am involved in the development of a NET application and was hoping for
some insight into the following question:
Outside of deployment considerations, what criteria should be used to
determine which classes to include in a given .NET project?
For example, if three class definitions, such as Customer, CustomerAccount,
and CustomerHistory are in the same namespace, are there any drawbacks to
associating each object with a separate project? Would it be preferable to
include these three definitions in the same project if they will be deployed
to the same machine?
Thanks,
Chris