Click here to Skip to main content
16,008,075 members
Home / Discussions / C#
   

C#

 
Generalm4a Tag Editor Pin
jschimmoeller4-Jul-05 14:19
jschimmoeller4-Jul-05 14:19 
GeneralRe: m4a Tag Editor Pin
Jim Brown 197829-Nov-09 8:29
Jim Brown 197829-Nov-09 8:29 
GeneralSerialization of stream. Pin
seser4-Jul-05 12:25
seser4-Jul-05 12:25 
GeneralRe: Serialization of stream. Pin
Guffa4-Jul-05 12:41
Guffa4-Jul-05 12:41 
GeneralRe: Serialization of stream. Pin
Daniel Turini4-Jul-05 13:09
Daniel Turini4-Jul-05 13:09 
GeneralRe: Serialization of stream. Pin
seser4-Jul-05 13:20
seser4-Jul-05 13:20 
GeneralWirte & Read disk Speed Pin
Alain Cardenas (Boston)4-Jul-05 11:16
Alain Cardenas (Boston)4-Jul-05 11:16 
GeneralRe: Wirte & Read disk Speed Pin
Matt Gerrans4-Jul-05 15:44
Matt Gerrans4-Jul-05 15:44 
That's a complicated question. Disks read and write at different speeds depending on the kind of reading and writing (lots of little files, vs. a few big files, for example), as well as what else is going on with the system. You can read the specifications of a particular disk, but even that doesn't really give you a real answer, because of the system dependencies.

If you are reading and writing a lot of data and you want to give the user some feedback, then what you can do is extrapolate (calculate the current rate over the last time increment of your choice, then estimate how much time it will take to do the rest of the data, based on that; keep re-estimating and updating as you go).

Matt Gerrans
GeneralRe: Wirte & Read disk Speed Pin
Alain Cardenas (Boston)5-Jul-05 17:23
Alain Cardenas (Boston)5-Jul-05 17:23 
GeneralRe: Wirte & Read disk Speed Pin
Matt Gerrans7-Jul-05 13:41
Matt Gerrans7-Jul-05 13:41 
GeneralRe: Wirte & Read disk Speed Pin
Anonymous14-Jul-05 4:33
Anonymous14-Jul-05 4:33 
Generalvs.net 2005 beta 2 update a resource file at runtime Pin
Member 6362864-Jul-05 7:55
Member 6362864-Jul-05 7:55 
GeneralRe: vs.net 2005 beta 2 update a resource file at runtime Pin
Guffa4-Jul-05 8:26
Guffa4-Jul-05 8:26 
GeneralRe: vs.net 2005 beta 2 update a resource file at runtime Pin
Member 6362864-Jul-05 9:02
Member 6362864-Jul-05 9:02 
GeneralRe: vs.net 2005 beta 2 update a resource file at runtime Pin
MoustafaS4-Jul-05 8:29
MoustafaS4-Jul-05 8:29 
QuestionCAn we define this kind of constructor Pin
amitmohanty4-Jul-05 7:40
amitmohanty4-Jul-05 7:40 
AnswerRe: CAn we define this kind of constructor Pin
S. Senthil Kumar4-Jul-05 7:55
S. Senthil Kumar4-Jul-05 7:55 
AnswerRe: CAn we define this kind of constructor Pin
Guffa4-Jul-05 8:00
Guffa4-Jul-05 8:00 
GeneralRe: CAn we define this kind of constructor Pin
amitmohanty4-Jul-05 8:05
amitmohanty4-Jul-05 8:05 
GeneralRe: CAn we define this kind of constructor Pin
Guffa4-Jul-05 8:28
Guffa4-Jul-05 8:28 
GeneralRe: CAn we define this kind of constructor Pin
amitmohanty4-Jul-05 8:43
amitmohanty4-Jul-05 8:43 
GeneralRe: CAn we define this kind of constructor Pin
Guffa4-Jul-05 10:27
Guffa4-Jul-05 10:27 
GeneralRe: CAn we define this kind of constructor Pin
amitmohanty4-Jul-05 11:06
amitmohanty4-Jul-05 11:06 
GeneralRe: CAn we define this kind of constructor Pin
Guffa4-Jul-05 11:32
Guffa4-Jul-05 11:32 
GeneralWindows Forms Question Pin
1nsp1r3d4-Jul-05 6:00
1nsp1r3d4-Jul-05 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.