WhoIsKB - Kevin Blakeley

Public WebLog WhoIsKb() { return "Random experiences with .Net" ; }

<August 2008>
SuMoTuWeThFrSa
272829303112
3456789
10111213141516
17181920212223
24252627282930
31123456


Navigation

Tools I Love

Subscriptions

Post Categories



How do your tiers share data?

I just got done reading Sam Gentile's blog about distributed programming and was kind of curious how people solve the problem of passing data through tiers?

Right now the project I am working on is a full scale, enterprise application that spans multiple tiers and is configurable to have the tiers be on different boxes.  We did look at using the DataReaders or DataSets to pass our data around, but found them to be very bloated and decided to create our own serializable object that we can pass back between the tiers.

How do you do it?

posted on Thursday, February 12, 2004 6:08 AM by whoiskb





Powered by Dot Net Junkies, by Telligent Systems