e106199 wrote:
Walaa wrote:
Please check the HnD example.
Walaa,
thats what i have been doing actually. it sets a good example but i cant understand one thing. Why does it use self servicing and not adapter? Is it a small project?
It uses selfservicing because it was started back in 2002-2003 when llblgen pro just supported selfservicing. There wasn't that much of a reason to port it to adapter, as that wouldn't add much value to the project. All code is written without using lazy loading, so the structure is more or less the same as you would have used in adapter.
And the way BL is constructed; does it have anything to do with llblgen or is it all custom/manual made?
thanks
The BL is hand-written. The BL's main purpose is to move the 'how to obtain the data' away from the webforms so code could be re-used.