Click here to Skip to main content
15,914,111 members
Home / Discussions / C#
   

C#

 
QuestionProblem getting shared folder that created by code using Win32_LogicalShareSecuritySetting [modified] Pin
cyn821-Jan-10 16:49
cyn821-Jan-10 16:49 
QuestionPrograms wont run at work Pin
viciouskinid21-Jan-10 15:08
viciouskinid21-Jan-10 15:08 
AnswerRe: Programs wont run at work Pin
Dave Kreskowiak21-Jan-10 17:22
mveDave Kreskowiak21-Jan-10 17:22 
AnswerRe: Programs wont run at work Pin
Abhinav S21-Jan-10 17:33
Abhinav S21-Jan-10 17:33 
AnswerRe: Programs wont run at work Pin
Alex Manolescu22-Jan-10 4:58
Alex Manolescu22-Jan-10 4:58 
Questioni have some visual-studio 2008 question Pin
E_Gold21-Jan-10 11:55
E_Gold21-Jan-10 11:55 
AnswerRe: i have some visual-studio 2008 question Pin
DaveyM6921-Jan-10 12:24
professionalDaveyM6921-Jan-10 12:24 
AnswerRe: i have some visual-studio 2008 question Pin
Luc Pattyn21-Jan-10 13:48
sitebuilderLuc Pattyn21-Jan-10 13:48 
AnswerRe: i have some visual-studio 2008 question Pin
AspDotNetDev21-Jan-10 15:41
protectorAspDotNetDev21-Jan-10 15:41 
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 
AnswerRe: best way to store configuration and state info Pin
Colin Angus Mackay21-Jan-10 8:37
Colin Angus Mackay21-Jan-10 8:37 
I'd say that you should be storing this in the database (SQL Server). That way you can control configuration from a central location and the usuage data from the individual machines is also stored centrally. Remember you have to think of the performance of the administration side as well as the individual user side. The overhead of using a SQL server is minimal.

You also mention storing the information in the registry - How were you going to retrieve this information? While it might be a good location for some of the configuration information I don't think it is a good location for storing commerce information (price, usage times etc.)

User group: Scottish Developers
Blog: Can Open... Worms? Everywhere!
Quote: Man who stand on hill with mouth open wait long time for roast duck to drop in.

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
professional#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 

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.