M
madcowJack
Does anyone know of Best Practices for the design of data classes which are
read and written from and to the server ? We have a number of web apps that
have similar needs and we want to build common data classes that represent
the different scenarios.
Specifically for one application we need a 'view' on a
holders policy and in another circumstance we might only be interested in the
'billing' info related to that policy. We want a common object which both the
web service and web apps will build with. That way we only maintain the code
in one place etc..
I suppose my question is really what do other people use to design data
classes and the namespaces associated with them ?
read and written from and to the server ? We have a number of web apps that
have similar needs and we want to build common data classes that represent
the different scenarios.
Specifically for one application we need a 'view' on a
holders policy and in another circumstance we might only be interested in the
'billing' info related to that policy. We want a common object which both the
web service and web apps will build with. That way we only maintain the code
in one place etc..
I suppose my question is really what do other people use to design data
classes and the namespaces associated with them ?