Click here to Skip to main content
15,895,084 members
Home / Discussions / C#
   

C#

 
GeneralRe: Form - Handle Pin
Stanciu Vlad5-Mar-06 9:27
Stanciu Vlad5-Mar-06 9:27 
GeneralRe: Form - Handle Pin
Gavin Taylor5-Mar-06 18:49
professionalGavin Taylor5-Mar-06 18:49 
AnswerRe: Form - Handle Pin
leppie5-Mar-06 6:40
leppie5-Mar-06 6:40 
QuestionI need your help. Pin
a_kiani5-Mar-06 3:30
a_kiani5-Mar-06 3:30 
QuestionSerialization Doubt Pin
manivannan.p5-Mar-06 1:20
manivannan.p5-Mar-06 1:20 
GeneralRe: Serialization Doubt Pin
Guffa5-Mar-06 2:08
Guffa5-Mar-06 2:08 
QuestionHow does StringBuilder Work? Pin
manivannan.p5-Mar-06 1:12
manivannan.p5-Mar-06 1:12 
AnswerRe: How does StringBuilder Work? Pin
Guffa5-Mar-06 1:58
Guffa5-Mar-06 1:58 
Please don't cross post.

The string builder uses string methods not publically available to change the contents of a string. As the string builder never exposes the string it uses internally for storage, it can safely change the contents of the string.

You can download .NET Reflector[^] and examine the code of the string builder.

---
b { font-weight: normal; }


-- modified at 8:09 Sunday 5th March, 2006
AnswerRe: How does StringBuilder Work? Pin
Thomas Stockwell5-Mar-06 3:38
professionalThomas Stockwell5-Mar-06 3:38 
QuestionScrollBar Pin
engsrini4-Mar-06 23:33
engsrini4-Mar-06 23:33 
AnswerRe: ScrollBar Pin
mikanu5-Mar-06 9:47
mikanu5-Mar-06 9:47 
QuestionBlock Com Port monitoring tools Pin
Sandeep TP4-Mar-06 21:54
Sandeep TP4-Mar-06 21:54 
AnswerRe: Block Com Port monitoring tools Pin
cbhkenshin4-Mar-06 23:04
cbhkenshin4-Mar-06 23:04 
AnswerRe: Block Com Port monitoring tools Pin
Stephen Hewitt5-Mar-06 0:20
Stephen Hewitt5-Mar-06 0:20 
AnswerRe: Block Com Port monitoring tools Pin
Dave Kreskowiak5-Mar-06 2:04
mveDave Kreskowiak5-Mar-06 2:04 
QuestionTab Change Event Pin
Expert Coming4-Mar-06 18:25
Expert Coming4-Mar-06 18:25 
AnswerRe: Tab Change Event Pin
darkelv4-Mar-06 19:23
darkelv4-Mar-06 19:23 
QuestionGetting size of a data structure Pin
LighthouseJ4-Mar-06 17:33
LighthouseJ4-Mar-06 17:33 
AnswerRe: Getting size of a data structure Pin
Expert Coming4-Mar-06 18:17
Expert Coming4-Mar-06 18:17 
GeneralRe: Getting size of a data structure Pin
LighthouseJ5-Mar-06 3:57
LighthouseJ5-Mar-06 3:57 
AnswerRe: Getting size of a data structure Pin
S. Senthil Kumar4-Mar-06 19:02
S. Senthil Kumar4-Mar-06 19:02 
GeneralRe: Getting size of a data structure Pin
LighthouseJ5-Mar-06 4:02
LighthouseJ5-Mar-06 4:02 
GeneralRe: Getting size of a data structure Pin
S. Senthil Kumar5-Mar-06 8:12
S. Senthil Kumar5-Mar-06 8:12 
GeneralRe: Getting size of a data structure Pin
LighthouseJ5-Mar-06 8:19
LighthouseJ5-Mar-06 8:19 
QuestionFile Transfer Pin
unrealed4-Mar-06 14:30
unrealed4-Mar-06 14:30 

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.