Click here to Skip to main content
15,912,493 members
Home / Discussions / C#
   

C#

 
AnswerRe: Applying color to the string while writing in a word document Pin
dan!sh 31-Dec-08 0:57
professional dan!sh 31-Dec-08 0:57 
QuestionMySQL connection problem with net 3.5 Pin
shaf21130-Dec-08 23:08
shaf21130-Dec-08 23:08 
AnswerRe: MySQL connection problem with net 3.5 Pin
rah_sin30-Dec-08 23:32
professionalrah_sin30-Dec-08 23:32 
GeneralRe: MySQL connection problem with net 3.5 Pin
shaf21130-Dec-08 23:40
shaf21130-Dec-08 23:40 
GeneralRe: MySQL connection problem with net 3.5 Pin
rah_sin30-Dec-08 23:46
professionalrah_sin30-Dec-08 23:46 
GeneralRe: MySQL connection problem with net 3.5 Pin
shaf21130-Dec-08 23:48
shaf21130-Dec-08 23:48 
QuestionString Concatenation Pin
Charith Jayasundara30-Dec-08 22:40
Charith Jayasundara30-Dec-08 22:40 
AnswerRe: String Concatenation Pin
Giorgi Dalakishvili30-Dec-08 22:46
mentorGiorgi Dalakishvili30-Dec-08 22:46 
If you are going to concat many string then use StringBuilder class as it will perform better. In my opinion String.format is better option as the code is more readable.

By the way, String.Format uses StringBuilder under the hood.


AnswerRe: String Concatenation Pin
rah_sin30-Dec-08 22:47
professionalrah_sin30-Dec-08 22:47 
GeneralRe: String Concatenation Pin
Guffa31-Dec-08 15:53
Guffa31-Dec-08 15:53 
AnswerRe: String Concatenation Pin
N a v a n e e t h30-Dec-08 23:22
N a v a n e e t h30-Dec-08 23:22 
AnswerRe: String Concatenation Pin
nelsonpaixao31-Dec-08 4:02
nelsonpaixao31-Dec-08 4:02 
AnswerRe: String Concatenation Pin
PIEBALDconsult31-Dec-08 4:20
mvePIEBALDconsult31-Dec-08 4:20 
AnswerRe: String Concatenation Pin
#realJSOP31-Dec-08 4:37
professional#realJSOP31-Dec-08 4:37 
GeneralRe: String Concatenation Pin
Guffa1-Jan-09 2:43
Guffa1-Jan-09 2:43 
GeneralRe: String Concatenation Pin
#realJSOP2-Jan-09 8:59
professional#realJSOP2-Jan-09 8:59 
AnswerRe: String Concatenation Pin
Ravi Bhavnani31-Dec-08 7:25
professionalRavi Bhavnani31-Dec-08 7:25 
AnswerRe: String Concatenation Pin
Guffa31-Dec-08 16:12
Guffa31-Dec-08 16:12 
Questionplz help me about this Algo Pin
wasimsharp30-Dec-08 22:00
wasimsharp30-Dec-08 22:00 
AnswerRe: plz help me about this Algo Pin
Eddy Vluggen2-Jan-09 2:15
professionalEddy Vluggen2-Jan-09 2:15 
QuestionRead From file data till reach ‘\0’ Pin
Ronenb30-Dec-08 20:39
Ronenb30-Dec-08 20:39 
AnswerRe: Read From file data till reach ‘\0’ Pin
Lev Danielyan30-Dec-08 20:44
Lev Danielyan30-Dec-08 20:44 
AnswerRe: Read From file data till reach ‘\0’ [modified] Pin
PIEBALDconsult31-Dec-08 4:43
mvePIEBALDconsult31-Dec-08 4:43 
AnswerRe: Read From file data till reach ‘\0’ Pin
PIEBALDconsult31-Dec-08 6:06
mvePIEBALDconsult31-Dec-08 6:06 
GeneralRe: Read From file data till reach ‘\0’ Pin
Ronenb31-Dec-08 19:10
Ronenb31-Dec-08 19:10 

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.