Click here to Skip to main content
15,896,207 members
Home / Discussions / C#
   

C#

 
QuestionPING from console applciation Pin
J. Lamb10-Apr-06 2:04
J. Lamb10-Apr-06 2:04 
AnswerRe: PING from console applciation Pin
Vasudevan Deepak Kumar10-Apr-06 2:19
Vasudevan Deepak Kumar10-Apr-06 2:19 
QuestionQuotes in C# Pin
Mark0610-Apr-06 1:39
Mark0610-Apr-06 1:39 
AnswerRe: Quotes in C# Pin
alexey N10-Apr-06 1:49
alexey N10-Apr-06 1:49 
GeneralRe: Quotes in C# Pin
Mark0610-Apr-06 2:01
Mark0610-Apr-06 2:01 
GeneralRe: Quotes in C# Pin
Jakob Farian Krarup10-Apr-06 3:50
Jakob Farian Krarup10-Apr-06 3:50 
AnswerRe: Quotes in C# Pin
albCode10-Apr-06 4:03
albCode10-Apr-06 4:03 
GeneralRe: Quotes in C# Pin
Guffa10-Apr-06 6:19
Guffa10-Apr-06 6:19 
That code might prove quite inefficient, though. You risk that the compiler will box the char values, and the actual code produced will be:

char quote = '"';<br />
object[] tempArray = new object[] { (object)"This line have ", (object)quote, (object)" quote. ", (object)quote };<br />
string str = string.Concat(tempArray);


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

QuestionSaving/Loading a List to file. Pin
anderslundsgard10-Apr-06 0:59
anderslundsgard10-Apr-06 0:59 
AnswerRe: Saving/Loading a List to file. Pin
leppie10-Apr-06 1:35
leppie10-Apr-06 1:35 
Questiontlb import failes Pin
V.9-Apr-06 23:37
professionalV.9-Apr-06 23:37 
QuestionProblem in DB Pin
mehrdadc489-Apr-06 23:03
mehrdadc489-Apr-06 23:03 
AnswerRe: Problem in DB Pin
Colin Angus Mackay9-Apr-06 23:29
Colin Angus Mackay9-Apr-06 23:29 
Questiontapi3 + playing audio in outgoing call Pin
hafz9-Apr-06 23:01
hafz9-Apr-06 23:01 
QuestionGrid view and dropdownlist Pin
papa19809-Apr-06 22:34
papa19809-Apr-06 22:34 
QuestionHow to use code to retrieve images from WebCam? Pin
WindDance9-Apr-06 22:06
WindDance9-Apr-06 22:06 
AnswerRe: How to use code to retrieve images from WebCam? Pin
Ben Gonzalez10-Apr-06 5:57
Ben Gonzalez10-Apr-06 5:57 
QuestionHow to use Code to get image from WebCam Pin
WindDance9-Apr-06 22:04
WindDance9-Apr-06 22:04 
QuestionrootCS.cer Pin
guroo139-Apr-06 21:32
guroo139-Apr-06 21:32 
QuestionQuerying installed software Pin
User 5826199-Apr-06 21:10
User 5826199-Apr-06 21:10 
AnswerRe: Querying installed software Pin
Robert Rohde9-Apr-06 22:08
Robert Rohde9-Apr-06 22:08 
GeneralRe: Querying installed software Pin
User 58261910-Apr-06 2:35
User 58261910-Apr-06 2:35 
QuestionHow to open the oledbObject of word document in PowerPoint application using C# Pin
sam_g19-Apr-06 21:03
sam_g19-Apr-06 21:03 
Questionhow to edit xml file Pin
rah_sin9-Apr-06 21:02
professionalrah_sin9-Apr-06 21:02 
AnswerRe: how to edit xml file Pin
papa19809-Apr-06 22:35
papa19809-Apr-06 22:35 

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.