Click here to Skip to main content
16,014,669 members
Home / Discussions / C#
   

C#

 
QuestionHow Do I Write A "Binary" File? Pin
That Asian Guy7-May-08 10:02
That Asian Guy7-May-08 10:02 
AnswerRe: How Do I Write A "Binary" File? Pin
Spacix One7-May-08 10:32
Spacix One7-May-08 10:32 
AnswerRe: How Do I Write A "Binary" File? Pin
GuyThiebaut7-May-08 10:37
professionalGuyThiebaut7-May-08 10:37 
QuestionRe: How Do I Write A "Binary" File? Pin
That Asian Guy7-May-08 10:40
That Asian Guy7-May-08 10:40 
AnswerRe: How Do I Write A "Binary" File? Pin
GuyThiebaut7-May-08 10:47
professionalGuyThiebaut7-May-08 10:47 
GeneralRe: How Do I Write A "Binary" File? Pin
PIEBALDconsult7-May-08 11:09
mvePIEBALDconsult7-May-08 11:09 
GeneralRe: How Do I Write A "Binary" File? Pin
GuyThiebaut7-May-08 11:12
professionalGuyThiebaut7-May-08 11:12 
AnswerRe: How Do I Write A "Binary" File? Pin
Spacix One7-May-08 10:54
Spacix One7-May-08 10:54 
To answer your questions:

1) In my other post I gave this answer (look up info about System.IO)
2) No, binary read/write in .NET hasn't been optimized by the MS crew as much as text files and XML files. The processing required to deserialize a binary file at times can lose the any speed advantage you'd gain.

Back in the day we has direct access to the system memory and could read/write it's contents to a file and .NET runs in a virtual machine where you don't have direct access to the system hardware. Otherwise your access to it is "managed" though the .NET virtual machine.


-Spacix
All your skynet questions[^] belong to solved

I dislike the black-and-white voting system on questions/answers. Dead | X|

AnswerRe: How Do I Write A "Binary" File? Pin
PIEBALDconsult7-May-08 11:00
mvePIEBALDconsult7-May-08 11:00 
GeneralRe: How Do I Write A "Binary" File? Pin
That Asian Guy7-May-08 11:16
That Asian Guy7-May-08 11:16 
QuestionSaving/Loading settings from Windows Service Pin
jchalfant7-May-08 9:48
jchalfant7-May-08 9:48 
AnswerRe: Saving/Loading settings from Windows Service Pin
jchalfant8-May-08 3:05
jchalfant8-May-08 3:05 
QuestionWaiting for other threads Pin
Roger Alsing7-May-08 8:56
Roger Alsing7-May-08 8:56 
AnswerRe: Waiting for other threads Pin
Gareth H7-May-08 9:03
Gareth H7-May-08 9:03 
GeneralRe: Waiting for other threads Pin
Roger Alsing7-May-08 10:08
Roger Alsing7-May-08 10:08 
AnswerRe: Waiting for other threads Pin
User 66587-May-08 9:03
User 66587-May-08 9:03 
AnswerRe: Waiting for other threads Pin
Broken Bokken7-May-08 9:19
Broken Bokken7-May-08 9:19 
GeneralRe: Waiting for other threads Pin
Roger Alsing7-May-08 10:06
Roger Alsing7-May-08 10:06 
GeneralRe: Waiting for other threads Pin
Spacix One7-May-08 10:35
Spacix One7-May-08 10:35 
GeneralRe: Waiting for other threads Pin
Roger Alsing7-May-08 11:12
Roger Alsing7-May-08 11:12 
GeneralRe: Waiting for other threads Pin
GuyThiebaut7-May-08 10:51
professionalGuyThiebaut7-May-08 10:51 
GeneralRe: Waiting for other threads Pin
Spacix One7-May-08 11:01
Spacix One7-May-08 11:01 
QuestionLooking for HELPFUL information on my event log issues Pin
LongRange.Shooter7-May-08 7:25
LongRange.Shooter7-May-08 7:25 
AnswerRe: Looking for HELPFUL information on my event log issues [modified] Pin
DaveyM697-May-08 8:57
professionalDaveyM697-May-08 8:57 
QuestionCannot create an instance of the abstract class or interface 'Excel.Application Pin
Dominic Burford7-May-08 5:14
professionalDominic Burford7-May-08 5:14 

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.