Its only coupled if you use the magic/built in / voo doo populaters.
YOu can use either strong datasets or business objects as the glue between
layers.
http://sholliday.spaces.live.com/blog/
6/5/2006
Custom Objects and Tiered Development II // 2.0
I have dataset code there also, ( in the 1.1 version from may ) ....
but it shows how to use/populate datasets without the voodoo.
And a reference to read from start to finish, aka, very informative for a
bird's eye view:
*
http://msdn.microsoft.com/library/de...tml/BOAGag.asp
REad the section
Deploying Business Entities
very carefully
"Brad" <(E-Mail Removed)> wrote in message
news:eL$(E-Mail Removed)...
> I have an application that is highly CRUD-centric for data management with
> some more sophisticated reporting behavior. I'm trying to decide between
> using strongly typed datasets vs. collections of objects. I want to
> decouple the business logic and UI from the persistent storage so that the
> impact on changing the database doesn't ripple upwards. At first blush it
> appears that the dataset approach forces some coupling. Would somebody
> please comment on this.
>
> Thanks in advance.
>
> Brad
>
>