Click here to Skip to main content
15,891,747 members
Home / Discussions / C#
   

C#

 
GeneralDataSets vs Serviced Component Pin
schockp4-Aug-03 22:14
schockp4-Aug-03 22:14 
GeneralRe: DataSets vs Serviced Component Pin
Ista5-Aug-03 9:34
Ista5-Aug-03 9:34 
GeneralRe: DataSets vs Serviced Component Pin
schockp5-Aug-03 21:06
schockp5-Aug-03 21:06 
GeneralRe: DataSets vs Serviced Component Pin
Ista6-Aug-03 4:26
Ista6-Aug-03 4:26 
GeneralRe: DataSets vs Serviced Component Pin
schockp6-Aug-03 4:32
schockp6-Aug-03 4:32 
GeneralRe: DataSets vs Serviced Component Pin
Jarrod Marshall6-Aug-03 7:40
Jarrod Marshall6-Aug-03 7:40 
GeneralRe: DataSets vs Serviced Component Pin
schockp6-Aug-03 20:46
schockp6-Aug-03 20:46 
GeneralRe: DataSets vs Serviced Component Pin
Ista6-Aug-03 10:26
Ista6-Aug-03 10:26 
Well its relatively fast and uses a buffered stream. I mean really when your marshalling your Dataset you serialize the object to text then back again. And its basically the same thing. WriteXML is the fastest firehose method of the class. But yeah it would be better to do a dataset. You might try createing an object, clone the dataset to that object then marshalling it over the boundary. That might work. Or use the serializable attribute above a custom class that inherits the dataset.

Personally, With DataSets I use reflection to populate classes then update them with COM+ life cycles. Much more elegant and easier to load balance. That and business rules on forms and behind the scenes are simple to implement.

nick

I'm not an expert yet, but I play one at work. Yeah and here too.
GeneralRe: DataSets vs Serviced Component Pin
schockp6-Aug-03 20:45
schockp6-Aug-03 20:45 
GeneralRe: DataSets vs Serviced Component Pin
Ista7-Aug-03 6:21
Ista7-Aug-03 6:21 
Generaldiff. threads access gui resource Pin
zecodela4-Aug-03 21:19
zecodela4-Aug-03 21:19 
GeneralRe: diff. threads access gui resource Pin
Furty4-Aug-03 21:53
Furty4-Aug-03 21:53 
QuestionListView drag drop example? Pin
azusakt4-Aug-03 15:41
azusakt4-Aug-03 15:41 
AnswerRe: ListView drag drop example? Pin
Khang Nguyen5-Aug-03 12:17
Khang Nguyen5-Aug-03 12:17 
GeneralDatagrid CurrentCellChanged problem Pin
work_to_live4-Aug-03 14:07
work_to_live4-Aug-03 14:07 
GeneralRe: Datagrid CurrentCellChanged problem Pin
Ista8-Aug-03 19:25
Ista8-Aug-03 19:25 
Generaloledbcommand Pin
K4reem4-Aug-03 13:14
K4reem4-Aug-03 13:14 
GeneralRe: oledbcommand Pin
Ista4-Aug-03 17:58
Ista4-Aug-03 17:58 
GeneralRe: oledbcommand Pin
K4reem5-Aug-03 3:53
K4reem5-Aug-03 3:53 
GeneralRe: oledbcommand Pin
Ista5-Aug-03 9:33
Ista5-Aug-03 9:33 
GeneralRe: oledbcommand Pin
K4reem5-Aug-03 9:51
K4reem5-Aug-03 9:51 
GeneralRe: oledbcommand Pin
Ista5-Aug-03 9:57
Ista5-Aug-03 9:57 
GeneralScrolling and drawing with GDI+ and Windows Forms Pin
Arun Bhalla4-Aug-03 12:38
Arun Bhalla4-Aug-03 12:38 
GeneralRe: Scrolling and drawing with GDI+ and Windows Forms Pin
Furty4-Aug-03 15:12
Furty4-Aug-03 15:12 
GeneralRe: Scrolling and drawing with GDI+ and Windows Forms Pin
Arun Bhalla5-Aug-03 6:00
Arun Bhalla5-Aug-03 6:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.