Click here to Skip to main content
15,894,271 members
Home / Discussions / C#
   

C#

 
GeneralRe: Window 7 and WebClient Class Pin
Wolfram Steinke9-Apr-11 0:20
Wolfram Steinke9-Apr-11 0:20 
AnswerRe: Window 7 and WebClient Class Pin
#realJSOP8-Apr-11 8:07
mve#realJSOP8-Apr-11 8:07 
AnswerRe: Window 7 and WebClient Class Pin
Ravi Bhavnani8-Apr-11 11:27
professionalRavi Bhavnani8-Apr-11 11:27 
QuestionA problem with ListView in VB.Net [modified] Pin
yoh.asakura7-Apr-11 7:12
yoh.asakura7-Apr-11 7:12 
GeneralRe: A problem with ListView in VB.Net Pin
Pete O'Hanlon7-Apr-11 7:16
mvePete O'Hanlon7-Apr-11 7:16 
GeneralRe: A problem with ListView in VB.Net Pin
Colin Angus Mackay8-Apr-11 14:09
Colin Angus Mackay8-Apr-11 14:09 
GeneralRe: A problem with ListView in VB.Net Pin
Pete O'Hanlon9-Apr-11 4:24
mvePete O'Hanlon9-Apr-11 4:24 
GeneralRe: A problem with ListView in VB.Net Pin
Colin Angus Mackay10-Apr-11 23:41
Colin Angus Mackay10-Apr-11 23:41 
GeneralRe: A problem with ListView in VB.Net Pin
Pete O'Hanlon11-Apr-11 0:38
mvePete O'Hanlon11-Apr-11 0:38 
AnswerRe: A problem with ListView in VB.Net PinPopular
Luc Pattyn7-Apr-11 7:35
sitebuilderLuc Pattyn7-Apr-11 7:35 
GeneralRe: A problem with ListView in VB.Net Pin
Mycroft Holmes7-Apr-11 22:21
professionalMycroft Holmes7-Apr-11 22:21 
AnswerRe: A problem with ListView in VB.Net Pin
#realJSOP8-Apr-11 8:08
mve#realJSOP8-Apr-11 8:08 
AnswerRe: A problem with ListView in VB.Net Pin
Dalek Dave9-Apr-11 4:56
professionalDalek Dave9-Apr-11 4:56 
QuestionMessage Removed Pin
7-Apr-11 2:34
fififlowertot7-Apr-11 2:34 
AnswerRe: Regular Expresssion [modified] Pin
Pete O'Hanlon7-Apr-11 2:47
mvePete O'Hanlon7-Apr-11 2:47 
GeneralRe: Regular Expresssion Pin
fififlowertot7-Apr-11 2:48
fififlowertot7-Apr-11 2:48 
GeneralRe: Regular Expresssion Pin
Pete O'Hanlon7-Apr-11 2:51
mvePete O'Hanlon7-Apr-11 2:51 
GeneralRe: Regular Expresssion Pin
PIEBALDconsult7-Apr-11 2:54
mvePIEBALDconsult7-Apr-11 2:54 
GeneralRe: Regular Expresssion Pin
#realJSOP7-Apr-11 7:30
mve#realJSOP7-Apr-11 7:30 
GeneralRe: Regular Expresssion Pin
Pete O'Hanlon7-Apr-11 7:31
mvePete O'Hanlon7-Apr-11 7:31 
GeneralRe: Regular Expresssion Pin
AspDotNetDev7-Apr-11 7:56
protectorAspDotNetDev7-Apr-11 7:56 
GeneralRe: Regular Expresssion Pin
Pete O'Hanlon7-Apr-11 8:31
mvePete O'Hanlon7-Apr-11 8:31 
GeneralRe: Regular Expresssion Pin
PIEBALDconsult7-Apr-11 14:30
mvePIEBALDconsult7-Apr-11 14:30 
GeneralRe: Regular Expresssion Pin
GenJerDan7-Apr-11 3:38
GenJerDan7-Apr-11 3:38 
QuestionAppropriate solution on reading a list of Strings from a file Pin
nstk6-Apr-11 21:35
nstk6-Apr-11 21:35 
Hallo,

there is a List which has to be filled with Strings when the program starts up. I am missing the common practice in such cases, if there is any at all.
I am thinking of putting all strings names in a text file from where the programme should read and fill up the List. That way, I will always be able to change it, by adding more names, changing or deleting them, avoiding the risk to mess up with the code.

Are there any better suggestions on that?
Would that be too slow if the List came at thousands of names?
Should it be better to have a binary list of text strings, if something like that would be possible (through serialization maybe?)

Those are some of the questions coming up, when I am thinking of the appropriate solution to the problem.

Thanks.

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.