Click here to Skip to main content
15,897,704 members
Home / Discussions / C#
   

C#

 
QuestionReportDocument and printtoprinter Pin
Saamir19-Sep-07 11:10
Saamir19-Sep-07 11:10 
QuestionClean up while Session State is set to SQLServer Pin
f_coy19-Sep-07 10:16
f_coy19-Sep-07 10:16 
QuestionPerformance question when generating a large batch file Pin
Dan Neely19-Sep-07 8:52
Dan Neely19-Sep-07 8:52 
AnswerRe: Performance question when generating a large batch file Pin
Dave Kreskowiak19-Sep-07 8:58
mveDave Kreskowiak19-Sep-07 8:58 
GeneralRe: Performance question when generating a large batch file Pin
Luc Pattyn19-Sep-07 9:49
sitebuilderLuc Pattyn19-Sep-07 9:49 
GeneralRe: Performance question when generating a large batch file Pin
Dave Kreskowiak19-Sep-07 10:03
mveDave Kreskowiak19-Sep-07 10:03 
GeneralRe: Performance question when generating a large batch file Pin
Dan Neely19-Sep-07 11:06
Dan Neely19-Sep-07 11:06 
GeneralRe: Performance question when generating a large batch file Pin
Luc Pattyn19-Sep-07 11:18
sitebuilderLuc Pattyn19-Sep-07 11:18 
Hi Dan,

AFAIK the general answer to your question is streams are intended to facilitate AND
optimize what you are trying to do, so there is no need, no benefit, in organizing
your own buffering scheme. Streams use their own buffering system, which incidentally is
not based on StringBuilder since a stream can write/read a lot of different types.

Regards.



Luc Pattyn [Forum Guidelines] [My Articles]


this weeks tips:
- make Visual display line numbers: Tools/Options/TextEditor/...
- show exceptions with ToString() to see all information
- before you ask a question here, search CodeProject, then Google


QuestionPages file attribute. Pin
Lord_Veralix19-Sep-07 7:43
Lord_Veralix19-Sep-07 7:43 
AnswerRe: Pages file attribute. Pin
Dave Kreskowiak19-Sep-07 8:52
mveDave Kreskowiak19-Sep-07 8:52 
QuestionRe: Pages file attribute. Pin
Lord_Veralix19-Sep-07 9:25
Lord_Veralix19-Sep-07 9:25 
AnswerRe: Pages file attribute. Pin
Dave Kreskowiak19-Sep-07 10:05
mveDave Kreskowiak19-Sep-07 10:05 
AnswerRe: Pages file attribute. Pin
Lord_Veralix20-Sep-07 16:48
Lord_Veralix20-Sep-07 16:48 
GeneralRe: Pages file attribute. Pin
Dave Kreskowiak20-Sep-07 17:16
mveDave Kreskowiak20-Sep-07 17:16 
GeneralRe: Pages file attribute. Pin
Lord_Veralix20-Sep-07 17:27
Lord_Veralix20-Sep-07 17:27 
GeneralRe: Pages file attribute. Pin
Dave Kreskowiak20-Sep-07 17:55
mveDave Kreskowiak20-Sep-07 17:55 
AnswerRe: Pages file attribute. Pin
Big Daddy Farang20-Sep-07 6:44
Big Daddy Farang20-Sep-07 6:44 
QuestionForm Styles.. Pin
Dio2219-Sep-07 7:03
Dio2219-Sep-07 7:03 
AnswerRe: Form Styles.. Pin
Luc Pattyn19-Sep-07 7:36
sitebuilderLuc Pattyn19-Sep-07 7:36 
GeneralRe: Form Styles.. Pin
Dio2219-Sep-07 8:43
Dio2219-Sep-07 8:43 
QuestionMonthCalendar refresh problem Pin
DeepToot19-Sep-07 5:35
DeepToot19-Sep-07 5:35 
AnswerRe: MonthCalendar refresh problem Pin
DeepToot20-Sep-07 3:34
DeepToot20-Sep-07 3:34 
QuestionC# - Sharing assembly between projects? Pin
wbjohnson19-Sep-07 5:24
wbjohnson19-Sep-07 5:24 
AnswerRe: C# - Sharing assembly between projects? Pin
Patrick Etc.19-Sep-07 15:51
Patrick Etc.19-Sep-07 15:51 
GeneralRe: C# - Sharing assembly between projects? Pin
wbjohnson19-Sep-07 21:14
wbjohnson19-Sep-07 21:14 

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.