Click here to Skip to main content
15,915,734 members
Home / Discussions / C#
   

C#

 
AnswerRe: Finding the nearest value within a .txt file that is above another value Pin
Calla8-Mar-10 20:03
Calla8-Mar-10 20:03 
GeneralRe: Finding the nearest value within a .txt file that is above another value Pin
suprsnipes8-Mar-10 21:32
suprsnipes8-Mar-10 21:32 
GeneralRe: Finding the nearest value within a .txt file that is above another value Pin
Calla8-Mar-10 22:02
Calla8-Mar-10 22:02 
QuestionWhich option is better for Reading file. File.ReadAllText(fileName) OR StreamReader Pin
Nadia Monalisa8-Mar-10 15:55
Nadia Monalisa8-Mar-10 15:55 
AnswerRe: Which option is better for Reading file. File.ReadAllText(fileName) OR StreamReader Pin
Scott Dorman8-Mar-10 16:22
professionalScott Dorman8-Mar-10 16:22 
GeneralRe: Which option is better for Reading file. File.ReadAllText(fileName) OR StreamReader Pin
Nadia Monalisa8-Mar-10 17:24
Nadia Monalisa8-Mar-10 17:24 
GeneralRe: Which option is better for Reading file. File.ReadAllText(fileName) OR StreamReader Pin
Luc Pattyn8-Mar-10 17:45
sitebuilderLuc Pattyn8-Mar-10 17:45 
GeneralRe: Which option is better for Reading file. File.ReadAllText(fileName) OR StreamReader Pin
OriginalGriff8-Mar-10 22:37
mveOriginalGriff8-Mar-10 22:37 
To add to what Luc said, a single method call is pretty much irrelevant in the context of a ReadToEnd, but the fact that the wrapper includes the "using" statement to clean up resources isn't. It is too easy to forget that the resources are not immediately freed if you use the stream directly, so if you are reading multiple files, then ReadAllText can result in easier to read code that actually works better and more efficiently despite the additional method call!
You should never use standby on an elephant. It always crashes when you lift the ears. - Mark Wallace

C/C++ (I dont see a huge difference between them, and the 'benefits' of C++ are questionable, who needs inheritance when you have copy and paste) - fat_boy

GeneralRe: Which option is better for Reading file. File.ReadAllText(fileName) OR StreamReader Pin
Scott Dorman9-Mar-10 3:41
professionalScott Dorman9-Mar-10 3:41 
AnswerRe: Which option is better for Reading file. File.ReadAllText(fileName) OR StreamReader Pin
Luc Pattyn8-Mar-10 16:25
sitebuilderLuc Pattyn8-Mar-10 16:25 
GeneralRe: Which option is better for Reading file. File.ReadAllText(fileName) OR StreamReader Pin
Nadia Monalisa8-Mar-10 17:28
Nadia Monalisa8-Mar-10 17:28 
GeneralRe: Which option is better for Reading file. File.ReadAllText(fileName) OR StreamReader Pin
Luc Pattyn8-Mar-10 17:41
sitebuilderLuc Pattyn8-Mar-10 17:41 
AnswerRe: Which option is better for Reading file. File.ReadAllText(fileName) OR StreamReader Pin
PIEBALDconsult8-Mar-10 17:41
mvePIEBALDconsult8-Mar-10 17:41 
GeneralRe: Which option is better for Reading file. File.ReadAllText(fileName) OR StreamReader Pin
Luc Pattyn8-Mar-10 17:49
sitebuilderLuc Pattyn8-Mar-10 17:49 
GeneralRe: Which option is better for Reading file. File.ReadAllText(fileName) OR StreamReader Pin
PIEBALDconsult9-Mar-10 3:20
mvePIEBALDconsult9-Mar-10 3:20 
GeneralRe: Which option is better for Reading file. File.ReadAllText(fileName) OR StreamReader Pin
Luc Pattyn9-Mar-10 3:24
sitebuilderLuc Pattyn9-Mar-10 3:24 
GeneralRe: Which option is better for Reading file. File.ReadAllText(fileName) OR StreamReader Pin
PIEBALDconsult9-Mar-10 6:16
mvePIEBALDconsult9-Mar-10 6:16 
GeneralRe: Which option is better for Reading file. File.ReadAllText(fileName) OR StreamReader Pin
Luc Pattyn9-Mar-10 6:33
sitebuilderLuc Pattyn9-Mar-10 6:33 
Questionhow could I print or save datagrid view records? Pin
ronakT8-Mar-10 7:46
ronakT8-Mar-10 7:46 
AnswerRe: how could I print or save datagrid view records?[modified] Pin
Dan Mos8-Mar-10 8:26
Dan Mos8-Mar-10 8:26 
AnswerRe: how could I print or save datagrid view records? Pin
Sandeep Mewara8-Mar-10 9:53
mveSandeep Mewara8-Mar-10 9:53 
AnswerRe: how could I print or save datagrid view records? Pin
David MacDermot8-Mar-10 10:08
David MacDermot8-Mar-10 10:08 
QuestionC# to control unicode bill printing in Dotmatrix printer Pin
Winmass8-Mar-10 7:43
Winmass8-Mar-10 7:43 
AnswerRe: C# to control unicode bill printing in Dotmatrix printer Pin
PIEBALDconsult8-Mar-10 11:47
mvePIEBALDconsult8-Mar-10 11:47 
AnswerRe: C# to control unicode bill printing in Dotmatrix printer Pin
98529322549-Mar-10 2:05
98529322549-Mar-10 2:05 

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.