Click here to Skip to main content
15,909,600 members
Home / Discussions / C#
   

C#

 
QuestionI have string[] names = {"name1", "name2"} ... Pin
Anthony Mushrow21-Nov-05 10:58
professionalAnthony Mushrow21-Nov-05 10:58 
AnswerRe: I have string[] names = {"name1", "name2"} ... Pin
enjoycrack21-Nov-05 12:37
enjoycrack21-Nov-05 12:37 
AnswerRe: I have string[] names = {"name1", "name2"} ... Pin
André Ziegler21-Nov-05 12:39
André Ziegler21-Nov-05 12:39 
QuestionUnmanaged Thread Unsafe Library Pin
BenjaminWalker21-Nov-05 10:49
BenjaminWalker21-Nov-05 10:49 
Questiona common serialization question Pin
mattraffel21-Nov-05 10:43
mattraffel21-Nov-05 10:43 
AnswerRe: a common serialization question Pin
Tom Wright21-Nov-05 10:58
Tom Wright21-Nov-05 10:58 
GeneralRe: a common serialization question Pin
mattraffel21-Nov-05 11:03
mattraffel21-Nov-05 11:03 
GeneralRe: a common serialization question Pin
Curtis Schlak.21-Nov-05 16:42
Curtis Schlak.21-Nov-05 16:42 
You could implement the ISerializable interface and take control of your object's serialization. Admittedly, it's a little more work, but you won't have to worry about what does and does not get into the persitent area since you are the one that puts it in there.

"we must lose precision to make significant statements about complex systems."
-deKorvin on uncertainty
Questionquestion about interfaces Pin
savage_21-Nov-05 10:02
savage_21-Nov-05 10:02 
AnswerRe: question about interfaces Pin
Steve Maier21-Nov-05 10:46
professionalSteve Maier21-Nov-05 10:46 
GeneralRe: question about interfaces Pin
savage_21-Nov-05 11:55
savage_21-Nov-05 11:55 
QuestionProject Configuration Pin
monrobot1321-Nov-05 9:34
monrobot1321-Nov-05 9:34 
QuestionMemory used by an object Pin
Joe Woodbury21-Nov-05 8:52
professionalJoe Woodbury21-Nov-05 8:52 
QuestionHEL.... P HEL....p p Pin
7mam21-Nov-05 8:41
7mam21-Nov-05 8:41 
AnswerRe: HEL.... P HEL....p p Pin
KaptinKrunch21-Nov-05 8:54
KaptinKrunch21-Nov-05 8:54 
GeneralRe: HEL.... P HEL....p p Pin
7mam21-Nov-05 10:24
7mam21-Nov-05 10:24 
GeneralRe: HEL.... P HEL....p p Pin
Tom Wright21-Nov-05 11:02
Tom Wright21-Nov-05 11:02 
QuestionXML serialization-dynamic value retrieval Pin
subbucs21-Nov-05 6:56
subbucs21-Nov-05 6:56 
QuestionCan't access commandline args - Permissions problem Pin
CarolAnnLove21-Nov-05 6:46
CarolAnnLove21-Nov-05 6:46 
AnswerRe: Can't access commandline args - Permissions problem Pin
KaptinKrunch21-Nov-05 8:58
KaptinKrunch21-Nov-05 8:58 
QuestionHelp needed for Array Class Pin
Nuray21-Nov-05 3:58
Nuray21-Nov-05 3:58 
AnswerRe: Help needed for Array Class Pin
S. Senthil Kumar21-Nov-05 4:22
S. Senthil Kumar21-Nov-05 4:22 
GeneralRe: Help needed for Array Class Pin
Nuray21-Nov-05 4:25
Nuray21-Nov-05 4:25 
GeneralRe: Help needed for Array Class Pin
S. Senthil Kumar21-Nov-05 4:57
S. Senthil Kumar21-Nov-05 4:57 
GeneralRe: Help needed for Array Class Pin
Nuray21-Nov-05 5:06
Nuray21-Nov-05 5:06 

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.