.net - net: business entity? -


Hello, I want to know what should we do when designing business organizations in the form of a software architect?

Any reference or help is appreciated.

It has a very broad question but some high level subject I think you should be involved in:

  • Concurrency - How it will control your objects
  • Caching of business items and how it will be done.
  • Persistence / upliftment of business items - If you use one ORM you will use - according to the decision that is best suited to your needs
  • Validity of business rules and how it will work
  • Parents- Child Relationship Management
  • N-level undo
  • Database Support
  • Transaction Support
  • Serialization of Merchandise
  • Cloning Objects (Deep Copy) Utilities like

    Its Additional, different Type

    1. have been patterns of responsibility for what? Examples: Expert business items
    2. Will include patterns in lazy loads of data like lazy loading or not.

    I think it would be good to look for some or the business object framework as a starting point

    It should give you a pretty handy starting point and here So that you should help in deciding whether these frameworks meet your specific requirements or you need something else.


  • Comments