Sahil Dev

Sahil Dev

  • NA
  • 77
  • 6.8k

Writing a binary fikle using C#

Aug 17 2016 2:15 PM

I'm writing a binary file using C#.

My algorithm, etc are all correct and I have validated using witing of small binary files (when I say amall, I mean of sized 200 to 300 MB)

 
but when my files size becomes as larghe as 2GB (I want to write a file of size 6GB), the process goes on endlessly.
 
Any clues, what might be happening? 
 
 Thanks a lot.

Answers (11)