Pages

Wednesday 5 September 2007

Business objects that support state management

I wrote a small article that describes a technique to develop business layer logical entities that have in-built state management capabilities. It focuses on how to re-use components to make development of new business logic and data modelling layers easier.
That said, read the article at CodeProject and let me know what you think.

1 comment:

  1. Great article! You didn't discuss the data access layer in your article, I am wondering if I will add the data access layer in this application how will it looks? can I call Employee object in my data access layer class to read employee data from database? can you give me some tips?

    ReplyDelete