Click here to Skip to main content
15,893,904 members
Home / Discussions / C#
   

C#

 
GeneralRe: i have some visual-studio 2008 question Pin
E_Gold21-Jan-10 20:27
E_Gold21-Jan-10 20:27 
Questionbest way to store configuration and state info Pin
teknolog12321-Jan-10 8:05
teknolog12321-Jan-10 8:05 
AnswerRe: best way to store configuration and state info Pin
Som Shekhar21-Jan-10 8:23
Som Shekhar21-Jan-10 8:23 
GeneralRe: best way to store configuration and state info Pin
teknolog12321-Jan-10 8:31
teknolog12321-Jan-10 8:31 
GeneralRe: best way to store configuration and state info Pin
Som Shekhar21-Jan-10 8:37
Som Shekhar21-Jan-10 8:37 
GeneralRe: best way to store configuration and state info Pin
Eddy Vluggen21-Jan-10 8:43
professionalEddy Vluggen21-Jan-10 8:43 
GeneralRe: best way to store configuration and state info Pin
Colin Angus Mackay21-Jan-10 8:39
Colin Angus Mackay21-Jan-10 8:39 
GeneralRe: best way to store configuration and state info Pin
Eddy Vluggen21-Jan-10 8:42
professionalEddy Vluggen21-Jan-10 8:42 
teknolog123 wrote:
or is there a rule


We try to forget about those, and have decided to go with whatever works Smile | :)

I agree that a database would be the suitable place to store data on a network. If you don't have a server, I'd choose XML; gives you the advantage that you don't need to install SQL just for storing the application-settings, and you can edit it with any editor.

There's also INI-files, and yes, the registry is an option too, albeit one might need admin-rights to modify some keys. A nice option would be to store the settings online, so that they'll persist even after a reinstall.

I are Troll Suspicious | :suss:

AnswerRe: best way to store configuration and state info Pin
Colin Angus Mackay21-Jan-10 8:37
Colin Angus Mackay21-Jan-10 8:37 
AnswerRe: best way to store configuration and state info Pin
PIEBALDconsult21-Jan-10 18:19
mvePIEBALDconsult21-Jan-10 18:19 
AnswerRe: best way to store configuration and state info Pin
sandyrae21-Jan-10 21:03
sandyrae21-Jan-10 21:03 
AnswerRe: best way to store configuration and state info Pin
#realJSOP21-Jan-10 23:42
mve#realJSOP21-Jan-10 23:42 
Questionunknown error code Pin
Erdinc2721-Jan-10 7:10
Erdinc2721-Jan-10 7:10 
AnswerRe: unknown error code Pin
Luc Pattyn21-Jan-10 7:36
sitebuilderLuc Pattyn21-Jan-10 7:36 
AnswerRe: unknown error code Pin
Som Shekhar21-Jan-10 7:38
Som Shekhar21-Jan-10 7:38 
AnswerRe: unknown error code Pin
Abhinav S21-Jan-10 17:57
Abhinav S21-Jan-10 17:57 
AnswerRe: unknown error code Pin
SimpleData22-Jan-10 0:10
SimpleData22-Jan-10 0:10 
GeneralRe: unknown error code Pin
Erdinc2722-Jan-10 9:17
Erdinc2722-Jan-10 9:17 
GeneralRe: unknown error code Pin
SimpleData22-Jan-10 9:37
SimpleData22-Jan-10 9:37 
GeneralRe: unknown error code Pin
Erdinc2722-Jan-10 22:02
Erdinc2722-Jan-10 22:02 
GeneralRe: unknown error code Pin
Erdinc2722-Jan-10 22:54
Erdinc2722-Jan-10 22:54 
QuestionAm I missing something? Pin
Unsy21-Jan-10 7:07
Unsy21-Jan-10 7:07 
AnswerRe: Am I missing something? Pin
Som Shekhar21-Jan-10 7:35
Som Shekhar21-Jan-10 7:35 
GeneralRe: Am I missing something? Pin
Unsy21-Jan-10 7:45
Unsy21-Jan-10 7:45 
GeneralRe: Am I missing something? Pin
Som Shekhar21-Jan-10 7:48
Som Shekhar21-Jan-10 7:48 

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.