PreLoading Data into Business Objects over a Web Service

C

Chris Kennedy

I want to serve business objects via a web service. I like the idea, among
other things, of cutting down on round tripping by optionally prefetching
associated objects.

My main concern is how to stop cascading preloading i.e. Customer object
preloads invoices which in turn preload Orders which in turn preloads
Orderlines. Can anyone recommend a way of doing this. Ideally I would like
to be able to easily express e.g. Get a Customer, their Invoices, their
Orders but not Orderlines.

I know this is fairly easy to do with the Entity Framework but I can't use
that. Regards, Chris.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top