Click here to Skip to main content
15,888,073 members
Home / Discussions / C#
   

C#

 
GeneralRe: Connection String in Properties.Settings Pin
SledgeHammer0129-Dec-12 7:29
SledgeHammer0129-Dec-12 7:29 
GeneralRe: Connection String in Properties.Settings Pin
PIEBALDconsult29-Dec-12 7:43
mvePIEBALDconsult29-Dec-12 7:43 
GeneralRe: Connection String in Properties.Settings Pin
SledgeHammer0129-Dec-12 7:47
SledgeHammer0129-Dec-12 7:47 
GeneralRe: Connection String in Properties.Settings Pin
PIEBALDconsult29-Dec-12 7:51
mvePIEBALDconsult29-Dec-12 7:51 
GeneralRe: Connection String in Properties.Settings Pin
SledgeHammer0129-Dec-12 7:56
SledgeHammer0129-Dec-12 7:56 
GeneralRe: Connection String in Properties.Settings Pin
jschell30-Dec-12 8:33
jschell30-Dec-12 8:33 
GeneralRe: Connection String in Properties.Settings Pin
SledgeHammer0130-Dec-12 8:56
SledgeHammer0130-Dec-12 8:56 
GeneralRe: Connection String in Properties.Settings Pin
jschell31-Dec-12 9:00
jschell31-Dec-12 9:00 
SledgeHammer01 wrote:
You put documentation in your config file? Thats an extremely odd place for
documentation seeing as the .config files are NOT meant to be edited manually by
end users. They are meant to be edited by people who know what the settings are
(i.e. developers, etc).


No idea what kind of "end users" you have but my end users are Operations and Support personnel. And they are specifically the people that need to edit the configuration values.

Also no idea how you release software but busienss needs often drive new feature releases along, of course with bug fixes. And those can all require configuration values. So changes happen frequently.

Also although it might be nice to have a formal operations manual actually producing that seems to be a problem at most places I work at. And configuration files that have more than just a couple entries require documentation. Which either means putting it in the configuration file or putting it in another file. If it is put in another file then Operations/Support must be told about it. Repeatedly.

And of course to create a actual operations manual means that I, and no one else, would need to produce the documentation in the first place. Far as I am concerned since I know Operations/Support will be looking to the file anyways the documentation that is in there is going to be the source for the formal document anyways.

SledgeHammer01 wrote:
Last time I checked, XML and .config files were unordered formats.


Both of those are entirely incorrect.

XML can be unordered or ordered.

And MS config files have some sections that require specific ordering.

But that doesn't have anything to do with what I am talking about...

SledgeHammer01 wrote:
If you are relying on the order of tags in an XML and/or .config file... "ur
doin' it wrong".


If if fact that had anything to do with delivering a configuration file then you would in fact be correct. But it doesn't.

The order however does matter when Operations/Support uses standard difference tools to compare configuration files. Such as what they might do when they need to install a new major version or point release and they want to insure production machines have the same values with a new configuration file and the old one.
GeneralRe: Connection String in Properties.Settings Pin
SledgeHammer0131-Dec-12 10:11
SledgeHammer0131-Dec-12 10:11 
GeneralRe: Connection String in Properties.Settings Pin
jschell1-Jan-13 6:58
jschell1-Jan-13 6:58 
AnswerRe: Connection String in Properties.Settings Pin
PIEBALDconsult28-Dec-12 14:32
mvePIEBALDconsult28-Dec-12 14:32 
GeneralRe: Connection String in Properties.Settings Pin
TheJudeDude28-Dec-12 15:47
TheJudeDude28-Dec-12 15:47 
Questionbasic question close and collapse methods Pin
mhd.sbt28-Dec-12 3:22
mhd.sbt28-Dec-12 3:22 
AnswerRe: basic question close and collapse methods Pin
fjdiewornncalwe28-Dec-12 3:29
professionalfjdiewornncalwe28-Dec-12 3:29 
GeneralRe: basic question close and collapse methods Pin
mhd.sbt28-Dec-12 3:42
mhd.sbt28-Dec-12 3:42 
AnswerRe: basic question close and collapse methods Pin
PIEBALDconsult28-Dec-12 3:33
mvePIEBALDconsult28-Dec-12 3:33 
Questionset the parent form size according to child form in mdi form Pin
Arun kumar Gautam28-Dec-12 1:12
Arun kumar Gautam28-Dec-12 1:12 
AnswerRe: set the parent form size according to child form in mdi form Pin
Matt U.28-Dec-12 4:16
Matt U.28-Dec-12 4:16 
AnswerRe: set the parent form size according to child form in mdi form Pin
Eddy Vluggen28-Dec-12 9:04
professionalEddy Vluggen28-Dec-12 9:04 
QuestionSelected rows in a gridview Pin
rakeshs31227-Dec-12 19:26
rakeshs31227-Dec-12 19:26 
AnswerRe: Selected rows in a gridview Pin
vanikanc28-Dec-12 6:48
vanikanc28-Dec-12 6:48 
GeneralRe: Selected rows in a gridview Pin
rakeshs31228-Dec-12 18:48
rakeshs31228-Dec-12 18:48 
AnswerRe: Selected rows in a gridview Pin
Abhinav S28-Dec-12 23:39
Abhinav S28-Dec-12 23:39 
QuestionSliding an Image on another Image Pin
Shubhanshu Pathak27-Dec-12 18:09
Shubhanshu Pathak27-Dec-12 18:09 
QuestionSerial Port Won't Send While Receiving Pin
C-P-User-327-Dec-12 15:13
C-P-User-327-Dec-12 15:13 

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.