App.Config Best Practices ?
Posted
by abmv
on Stack Overflow
See other posts from Stack Overflow
or by abmv
Published on 2010-03-29T07:41:10Z
Indexed on
2010/03/29
7:43 UTC
Read the original article
Hit count: 447
c#
|app.config
Normally when you have a application configuration file in your application and your application is expected to read from it.
Is it good to check initially at start up if this file exists and raise an error and not to proceed at all ? (Worse case senarios)
Or leave it to the unhandled exception manager to handle it and shut down the application? (WPF/Winforms etc)
© Stack Overflow or respective owner