Click here to Skip to main content
15,892,298 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
AnswerRe: Store an encryption key Pin
Marcus J. Smith8-Mar-07 9:00
professionalMarcus J. Smith8-Mar-07 9:00 
GeneralRe: Store an encryption key Pin
Nyarlatotep8-Mar-07 9:06
Nyarlatotep8-Mar-07 9:06 
GeneralRe: Store an encryption key Pin
Marcus J. Smith9-Mar-07 2:50
professionalMarcus J. Smith9-Mar-07 2:50 
GeneralRe: Store an encryption key Pin
Nyarlatotep9-Mar-07 3:02
Nyarlatotep9-Mar-07 3:02 
Questionhow to design a "setting" module in a software? Pin
mehdinasseri8-Mar-07 1:23
mehdinasseri8-Mar-07 1:23 
AnswerRe: how to design a "setting" module in a software? Pin
Maximilien8-Mar-07 1:47
Maximilien8-Mar-07 1:47 
GeneralRe: how to design a "setting" module in a software? Pin
led mike8-Mar-07 6:47
led mike8-Mar-07 6:47 
AnswerRe: how to design a "setting" module in a software? Pin
Code_Doctor16-Apr-07 17:29
Code_Doctor16-Apr-07 17:29 
The best way to approach this is simple XML.

You can implement your own Settings class by Opening an XML document, defining methods using XPath Queries and setting node values.

Or you can use the Settings Class that is already built into .NET.

The settings class built into .NET will hold global application settings and individual user settings. These settings are stored in different locations of a Windows operating system, to allow for multiple user computers and roaming profiles.

Hope this helps!

~ CodeDoctor ~
QuestionOLAP Design Pin
xfitr22-Mar-07 6:05
xfitr22-Mar-07 6:05 
AnswerRe: OLAP Design Pin
Pete O'Hanlon2-Mar-07 8:52
mvePete O'Hanlon2-Mar-07 8:52 
GeneralRe: OLAP Design Pin
xfitr26-Mar-07 5:38
xfitr26-Mar-07 5:38 
Questionnetwork simulator aches Pin
chandni chi27-Feb-07 22:30
chandni chi27-Feb-07 22:30 
QuestionHow should we design the programe if we like to add up more detail ? Pin
sdev27-Feb-07 19:45
sdev27-Feb-07 19:45 
AnswerRe: How should we design the programe if we like to add up more detail ? Pin
dwatkins@dirq.net28-Feb-07 3:57
dwatkins@dirq.net28-Feb-07 3:57 
GeneralRe: How should we design the programe if we like to add up more detail ? Pin
sdev28-Feb-07 6:29
sdev28-Feb-07 6:29 
GeneralRe: How should we design the programe if we like to add up more detail ? Pin
sdev28-Feb-07 6:35
sdev28-Feb-07 6:35 
AnswerRe: How should we design the programe if we like to add up more detail ? Pin
Code_Doctor16-Apr-07 17:36
Code_Doctor16-Apr-07 17:36 
QuestionSiteMaps a lost cause! Pin
icestatue27-Feb-07 14:23
icestatue27-Feb-07 14:23 
AnswerRe: SiteMaps a lost cause! Pin
DavidNohejl27-Feb-07 22:02
DavidNohejl27-Feb-07 22:02 
AnswerRe: SiteMaps a lost cause! Pin
Pete O'Hanlon28-Feb-07 4:41
mvePete O'Hanlon28-Feb-07 4:41 
GeneralRe: SiteMaps a lost cause! Pin
icestatue28-Feb-07 14:13
icestatue28-Feb-07 14:13 
AnswerRe: SiteMaps a lost cause! Pin
icestatue28-Feb-07 6:52
icestatue28-Feb-07 6:52 
QuestionPPT image problem Pin
siddisagar26-Feb-07 19:10
siddisagar26-Feb-07 19:10 
GeneralRe: PPT image problem Pin
prasad_som26-Feb-07 19:38
prasad_som26-Feb-07 19:38 
QuestionDesign a mathematical module Pin
Ohad Cabiri21-Feb-07 22:20
Ohad Cabiri21-Feb-07 22:20 

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.