Click here to Skip to main content
15,890,512 members
Home / Discussions / C#
   

C#

 
GeneralRe: Is there a way to get a "\n\n" down to a single "\n"? Pin
Manfred Rudolf Bihy30-Aug-12 23:26
professionalManfred Rudolf Bihy30-Aug-12 23:26 
AnswerRe: Is there a way to get a "\n\n" down to a single "\n"? Pin
PIEBALDconsult30-Aug-12 13:25
mvePIEBALDconsult30-Aug-12 13:25 
GeneralRe: Is there a way to get a "\n\n" down to a single "\n"? Pin
Manfred Rudolf Bihy30-Aug-12 17:25
professionalManfred Rudolf Bihy30-Aug-12 17:25 
GeneralRe: Is there a way to get a "\n\n" down to a single "\n"? Pin
glennPattonWork330-Aug-12 23:08
professionalglennPattonWork330-Aug-12 23:08 
GeneralRe: Is there a way to get a "\n\n" down to a single "\n"? Pin
PIEBALDconsult31-Aug-12 4:12
mvePIEBALDconsult31-Aug-12 4:12 
GeneralRe: Is there a way to get a "\n\n" down to a single "\n"? Pin
glennPattonWork331-Aug-12 4:19
professionalglennPattonWork331-Aug-12 4:19 
Questionapp.config file Pin
dcof30-Aug-12 4:09
dcof30-Aug-12 4:09 
AnswerRe: app.config file Pin
jschell30-Aug-12 8:54
jschell30-Aug-12 8:54 
The root class for configuration management is the ConfigurationManager

http://msdn.microsoft.com/en-us/library/system.configuration.configurationmanager.aspx[^]

You can google for examples for updating the file itself.

Note that if you want to do this while the application is running and thus AFTER you have already read and perhaps cached settings then you will need to set up a file watch and listeners.
GeneralRe: app.config file Pin
Aby Thomas Varghese30-Aug-12 11:52
Aby Thomas Varghese30-Aug-12 11:52 
GeneralRe: app.config file Pin
dcof30-Aug-12 18:03
dcof30-Aug-12 18:03 
GeneralRe: app.config file Pin
Pete O'Hanlon30-Aug-12 22:17
mvePete O'Hanlon30-Aug-12 22:17 
GeneralRe: app.config file Pin
Pete O'Hanlon30-Aug-12 22:13
mvePete O'Hanlon30-Aug-12 22:13 
GeneralRe: app.config file Pin
jschell31-Aug-12 6:48
jschell31-Aug-12 6:48 
GeneralRe: app.config file Pin
Pete O'Hanlon31-Aug-12 8:56
mvePete O'Hanlon31-Aug-12 8:56 
GeneralRe: app.config file Pin
jschell1-Sep-12 11:08
jschell1-Sep-12 11:08 
QuestionDatabase Usage in Any language Pin
B.Sudhir30-Aug-12 2:41
B.Sudhir30-Aug-12 2:41 
AnswerRe: Database Usage in Any language Pin
Wes Aday30-Aug-12 3:01
professionalWes Aday30-Aug-12 3:01 
Questionproblem while adding reference Pin
john563229-Aug-12 20:26
john563229-Aug-12 20:26 
AnswerRe: problem while adding reference Pin
Wayne Gaylard29-Aug-12 21:07
professionalWayne Gaylard29-Aug-12 21:07 
GeneralRe: problem while adding reference Pin
john563229-Aug-12 21:10
john563229-Aug-12 21:10 
GeneralRe: problem while adding reference Pin
Wayne Gaylard29-Aug-12 21:22
professionalWayne Gaylard29-Aug-12 21:22 
GeneralRe: problem while adding reference Pin
Ennis Ray Lynch, Jr.30-Aug-12 5:09
Ennis Ray Lynch, Jr.30-Aug-12 5:09 
GeneralRe: problem while adding reference Pin
Wayne Gaylard30-Aug-12 5:30
professionalWayne Gaylard30-Aug-12 5:30 
QuestionProblem Using ExecuteScalar Pin
ASPnoob29-Aug-12 18:56
ASPnoob29-Aug-12 18:56 
AnswerRe: Problem Using ExecuteScalar Pin
Bernhard Hiller29-Aug-12 20:45
Bernhard Hiller29-Aug-12 20:45 

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.