Quote:
Originally Posted by richyrich Yep...I'm still a noob and need to push this project on, so figure I'll get things working pretty well then look at making improvements at a later date...
I believe using layers you basically call the business logic layer in your top level code and this in turn makes a call to the data access layer to gather the data.
Correct me if I'm wrong J!!  |
Yeap, it goes like this: Code Behind -> Business Logic & Business Objects ->Data Access
Some people combine BL and BO, I like to keep them separate. This is more of a preference thing.