Click here to Skip to main content
15,919,245 members
Home / Discussions / C#
   

C#

 
GeneralRe: What event fired?? Pin
Janu_M20-Mar-07 20:26
Janu_M20-Mar-07 20:26 
Questionsaving file into sql database Pin
dabuskol19-Mar-07 21:39
dabuskol19-Mar-07 21:39 
AnswerRe: saving file into sql database Pin
joon vh.19-Mar-07 22:48
joon vh.19-Mar-07 22:48 
QuestionMSBuild Question Pin
Member 390685019-Mar-07 20:53
Member 390685019-Mar-07 20:53 
QuestionFastest way to write a text file Pin
blackjack215019-Mar-07 20:51
blackjack215019-Mar-07 20:51 
AnswerRe: Fastest way to write a text file Pin
Russell Jones19-Mar-07 22:08
Russell Jones19-Mar-07 22:08 
GeneralRe: Fastest way to write a text file Pin
blackjack215019-Mar-07 22:33
blackjack215019-Mar-07 22:33 
GeneralRe: Fastest way to write a text file Pin
m@u19-Mar-07 23:18
m@u19-Mar-07 23:18 
Hi
well that does not sound like a I/O Performance problem. writing to streams is pretty fast.
i have an application that writes every day a 70GB Zip - File and it doesnt take more than 4 hours. and it gets slower the bigger the file gets. the first gb takes about 15 minutes.

is the whole data processing finished when your app writes the first file?
if not, i would say, the creation of the data used for your second file takes so long and not the write process of it..

greets
m@u
GeneralRe: Fastest way to write a text file Pin
PIEBALDconsult23-Feb-10 10:46
mvePIEBALDconsult23-Feb-10 10:46 
AnswerRe: Fastest way to write a text file Pin
joon vh.19-Mar-07 22:22
joon vh.19-Mar-07 22:22 
AnswerRe: Fastest way to write a text file Pin
Guffa19-Mar-07 22:30
Guffa19-Mar-07 22:30 
GeneralRe: Fastest way to write a text file Pin
joon vh.19-Mar-07 23:49
joon vh.19-Mar-07 23:49 
GeneralRe: Fastest way to write a text file Pin
Guffa20-Mar-07 2:10
Guffa20-Mar-07 2:10 
GeneralRe: Fastest way to write a text file Pin
joon vh.20-Mar-07 2:50
joon vh.20-Mar-07 2:50 
QuestionPlacing RadioButton in Nodes of TreeView Pin
SakthiSurya19-Mar-07 20:42
SakthiSurya19-Mar-07 20:42 
AnswerRe: Placing RadioButton in Nodes of TreeView Pin
stancrm19-Mar-07 21:03
stancrm19-Mar-07 21:03 
Questiondatagrid with checkbox for pocket pc 2003 Pin
mohdmeraj19-Mar-07 20:17
mohdmeraj19-Mar-07 20:17 
Questionhow to get create query of msaccess table through c# Pin
joerozario19-Mar-07 19:18
joerozario19-Mar-07 19:18 
AnswerRe: how to get create query of msaccess table through c# Pin
sujithkumarsl19-Mar-07 19:59
sujithkumarsl19-Mar-07 19:59 
GeneralRe: how to get create query of msaccess table through c# Pin
joerozario19-Mar-07 20:21
joerozario19-Mar-07 20:21 
GeneralRe: how to get create query of msaccess table through c# Pin
sujithkumarsl19-Mar-07 20:34
sujithkumarsl19-Mar-07 20:34 
GeneralRe: I want to get the create query of existing table Pin
joerozario19-Mar-07 21:10
joerozario19-Mar-07 21:10 
GeneralRe: I want to get the create query of existing table Pin
joerozario19-Mar-07 21:26
joerozario19-Mar-07 21:26 
GeneralRe: I want to get the create query of existing table Pin
Russell Jones19-Mar-07 21:56
Russell Jones19-Mar-07 21:56 
GeneralRe: I want to get the create query of existing table Pin
joerozario19-Mar-07 22:42
joerozario19-Mar-07 22:42 

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.