Reputation: 26517
hi all I would like to know that what considerations we need to do when designing business entities as a software architect?
Any reference or help is appreciated.
Upvotes: 0
Views: 302
Reputation: 10356
Its a very broad question but some high level topics that i think you must look at include:-
In addition, there will be various patterns that you need to consider based on what suits your requirements best
I think it would be good to explore some ORM like NHibernate or business object framework like Rockford Lhotka's CSLA as a starting point.
This should give you a pretty fair starting point and even help you decide if these frameworks meet your specific needs or you need something else.
Upvotes: 3