Click here to Skip to main content
15,918,049 members
Home / Discussions / C#
   

C#

 
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 
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 
I just discoverd that my quick test isn't very conclusive. It should be run in a closed environment, no influences from other programs, and probably run a 100 times before you can draw any real conclusions. Frown | :(

I think using the filestream or textwriter is the fastest, can't see any difference.
Also I forgot about the using clause, it's very important to dispose of writers and streams. Thanks Wink | ;)



Visual Studio can't evaluate this, can you?
public object moo<br />
        {<br />
__get { return moo; }<br />
__set { moo = value; }<br />
}

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 
GeneralRe: I want to get the create query of existing table Pin
Russell Jones20-Mar-07 3:36
Russell Jones20-Mar-07 3:36 
GeneralRe: how to get create query of msaccess table through c# Pin
V.19-Mar-07 22:57
professionalV.19-Mar-07 22:57 
QuestionOleDBConnection Pin
zenithmaximus19-Mar-07 17:27
zenithmaximus19-Mar-07 17:27 
AnswerRe: OleDBConnection Pin
sujithkumarsl19-Mar-07 19:16
sujithkumarsl19-Mar-07 19:16 
AnswerRe: OleDBConnection Pin
spotl19-Mar-07 22:48
spotl19-Mar-07 22:48 
QuestionAnyone that has used SQLExpress as their db? Pin
Glen Harvy19-Mar-07 16:57
Glen Harvy19-Mar-07 16:57 

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.