I would just go with the approaches that you already did with business objects where you didn't use LINQ at all. I suppose you had already business objects in the age before LINQ and used some of the application building blocks or design patterns. You
should apply this stuff to your LINQ projects aswell.
LINQ is not something magic that turns everything upside down. It's an addition to the existing world and only transforms existing stuff into new constructs.