Click here to Skip to main content
16,010,392 members
Home / Discussions / C#
   

C#

 
GeneralRe: Whats the best method to read the text value out of a specific XML element Pin
Red_Wizard_Shot_The_Food13-Jul-06 1:40
Red_Wizard_Shot_The_Food13-Jul-06 1:40 
GeneralRe: Whats the best method to read the text value out of a specific XML element Pin
stancrm13-Jul-06 1:49
stancrm13-Jul-06 1:49 
AnswerRe: Whats the best method to read the text value out of a specific XML element Pin
J4amieC13-Jul-06 2:36
J4amieC13-Jul-06 2:36 
GeneralRe: Whats the best method to read the text value out of a specific XML element Pin
Red_Wizard_Shot_The_Food13-Jul-06 1:40
Red_Wizard_Shot_The_Food13-Jul-06 1:40 
QuestionNeed Suggestion about handling of screen updates Pin
Rashid.Mahmood13-Jul-06 1:11
Rashid.Mahmood13-Jul-06 1:11 
AnswerRe: Need Suggestion about handling of screen updates Pin
Ed.Poore15-Jul-06 13:01
Ed.Poore15-Jul-06 13:01 
GeneralRe: Need Suggestion about handling of screen updates Pin
Rashid.Mahmood16-Jul-06 20:46
Rashid.Mahmood16-Jul-06 20:46 
GeneralRe: Need Suggestion about handling of screen updates Pin
Ed.Poore16-Jul-06 21:23
Ed.Poore16-Jul-06 21:23 
To be honest I would think that C# isn't quite quick enough to do this kind of thing unless you have a very fast machine.  As a simple benchmark why don't you try (if you have a fast network) doing the streaming without compression.

If this is reasonable then you may need to come up with a faster compression and decompression algorithm (there are some benchmarks at http://www.7zip.org[^] I think Unsure | :~ ).

If it is too slow then either you'll need better performing functions and methods or (unfortunately) change to using either C++ or unsafe code in C#.
It might be worth trying C# with unsafe code (i.e. pointers etc) before trying the C++ route.



The Welsh will always support two teams: The Welsh, and anyone playing England Smile | :)
QuestionProblem with reading char from log file Pin
Yanshof13-Jul-06 1:02
Yanshof13-Jul-06 1:02 
AnswerRe: Problem with reading char from log file Pin
stancrm13-Jul-06 1:13
stancrm13-Jul-06 1:13 
GeneralThat exactly what i do - and its not working. Pin
Yanshof13-Jul-06 2:30
Yanshof13-Jul-06 2:30 
QuestionEscaping $ in code snippet Pin
Colin Angus Mackay13-Jul-06 0:29
Colin Angus Mackay13-Jul-06 0:29 
AnswerWild guess worked Pin
Colin Angus Mackay13-Jul-06 0:34
Colin Angus Mackay13-Jul-06 0:34 
QuestionAllowing a webservice to invoke a function from a windows application Pin
ZeinaBaG13-Jul-06 0:23
ZeinaBaG13-Jul-06 0:23 
Questionbinlllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll Pin
arun.m13-Jul-06 0:19
arun.m13-Jul-06 0:19 
AnswerRe: binlllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll Pin
Corinna John13-Jul-06 0:39
Corinna John13-Jul-06 0:39 
AnswerRe: binl... Pin
Ravi Bhavnani13-Jul-06 2:48
professionalRavi Bhavnani13-Jul-06 2:48 
AnswerRe: binlllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll Pin
LongRange.Shooter13-Jul-06 3:33
LongRange.Shooter13-Jul-06 3:33 
QuestionProblem with C++ wchar_t To C# ... Pin
SD312-Jul-06 23:56
SD312-Jul-06 23:56 
Questionreadonly List members Pin
GDavy12-Jul-06 23:36
GDavy12-Jul-06 23:36 
AnswerRe: readonly List members [modified] Pin
Roger Alsing13-Jul-06 0:01
Roger Alsing13-Jul-06 0:01 
QuestionDateTime from String Pin
V.12-Jul-06 23:32
professionalV.12-Jul-06 23:32 
AnswerRe: DateTime from String Pin
Stefan Troschuetz12-Jul-06 23:54
Stefan Troschuetz12-Jul-06 23:54 
GeneralRe: DateTime from String Pin
V.13-Jul-06 0:06
professionalV.13-Jul-06 0:06 
GeneralRe: DateTime from String Pin
Guffa13-Jul-06 0:16
Guffa13-Jul-06 0:16 

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.