Click here to Skip to main content
15,890,376 members
Home / Discussions / C#
   

C#

 
GeneralRe: Calculating ticks per second Pin
Dave Kreskowiak7-Dec-04 4:15
mveDave Kreskowiak7-Dec-04 4:15 
GeneralRe: Calculating ticks per second Pin
Daniel Turini6-Dec-04 20:09
Daniel Turini6-Dec-04 20:09 
Generalhelp->mirror printing in c# Pin
bigmega6-Dec-04 9:08
bigmega6-Dec-04 9:08 
GeneralRe: help->mirror printing in c# Pin
Anonymous6-Dec-04 14:29
Anonymous6-Dec-04 14:29 
GeneralRe: help->mirror printing in c# Pin
bigmega7-Dec-04 18:00
bigmega7-Dec-04 18:00 
Questionreturn objects or raw data? Pin
Judah Gabriel Himango6-Dec-04 7:04
sponsorJudah Gabriel Himango6-Dec-04 7:04 
AnswerRe: return objects or raw data? Pin
Stanciu Vlad6-Dec-04 8:25
Stanciu Vlad6-Dec-04 8:25 
GeneralRe: return objects or raw data? Pin
Judah Gabriel Himango6-Dec-04 9:02
sponsorJudah Gabriel Himango6-Dec-04 9:02 
Well I've guessed that the 2nd option (passing raw data over the network, creating complex object on the client) is less network-intensive and therefore faster.

However, I'm worried that my light-weight struct that I use to pass the data over the network is too large for a typical struct. I know Microsoft has suggested that structs be no larger than 16 bytes of data; the structure I'm using to hold the data is much larger than 16 bytes (currently, 13 strings, 10 longs, 2 bools, and 10 DateTimes).

Anyone know of the most efficient way to transport lots of objects from server to client?

Any remotely useful information on my blog will be removed immediately.

There are 10 kinds of people in the world. Those who have heard of the ubiquitous, overused, worn-out-like-an-old-shoe binary "joke" and those who haven't.
Judah Himango


GeneralRe: return objects or raw data? Pin
leppie6-Dec-04 10:52
leppie6-Dec-04 10:52 
GeneralRe: return objects or raw data? Pin
Judah Gabriel Himango6-Dec-04 11:02
sponsorJudah Gabriel Himango6-Dec-04 11:02 
GeneralRe: return objects or raw data? Pin
Stanciu Vlad7-Dec-04 1:13
Stanciu Vlad7-Dec-04 1:13 
Generalopen form from another pc Pin
Anonymous6-Dec-04 6:32
Anonymous6-Dec-04 6:32 
GeneralRe: open form from another pc Pin
Dave Kreskowiak6-Dec-04 8:07
mveDave Kreskowiak6-Dec-04 8:07 
GeneralMulticast with multiple Interfaces Pin
Roland Bär6-Dec-04 5:30
Roland Bär6-Dec-04 5:30 
GeneralRe: Multicast with multiple Interfaces Pin
Roland Bär6-Dec-04 23:34
Roland Bär6-Dec-04 23:34 
Generalvariable scope Pin
Stijn Goris6-Dec-04 5:18
Stijn Goris6-Dec-04 5:18 
GeneralRe: variable scope Pin
Stanciu Vlad6-Dec-04 5:25
Stanciu Vlad6-Dec-04 5:25 
Generalvariable scope Pin
Stijn Goris6-Dec-04 5:18
Stijn Goris6-Dec-04 5:18 
GeneralRe: variable scope Pin
Daniel Turini6-Dec-04 7:02
Daniel Turini6-Dec-04 7:02 
GeneralNotifyIcon for a Service Pin
occcy6-Dec-04 4:17
occcy6-Dec-04 4:17 
GeneralRe: NotifyIcon for a Service Pin
Stanciu Vlad6-Dec-04 4:22
Stanciu Vlad6-Dec-04 4:22 
GeneralRe: NotifyIcon for a Service Pin
Daniel Turini6-Dec-04 4:39
Daniel Turini6-Dec-04 4:39 
GeneralRe: NotifyIcon for a Service Pin
occcy6-Dec-04 4:44
occcy6-Dec-04 4:44 
GeneralWord events Pin
Christer Claesson6-Dec-04 4:10
Christer Claesson6-Dec-04 4:10 
GeneralRe: Word events Pin
Daniel Turini6-Dec-04 4:39
Daniel Turini6-Dec-04 4:39 

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.