![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
The stock anwer is "It depends" on what your requirements are. If the clients of your application don't always work on the same computer a database is a good choice. When they always work on the same machine you can use the app.config file. |
#4
| |||
| |||
|
|
i use the Isolated Storage Settings Helper found here: http://idesign.net/idesign/DesktopDe...dex=5&tabid=11 Smart client applications often need to store application settings in a partial trust environment. For strongly typed settings building applications with Visual Studio 2005, user settings can be written in partial trust once .NET 2.0 releases. In addition, sometimes you may need to store ad-hoc settings in separate files and you may not want to use user settings for those settings. Isolated storage provides a good place to put custom settings that can be written to in partial trust. This helper class allows you to read and write custom settings simple to use newscorrespondent (AT) charter (DOT) net wrote: The stock anwer is "It depends" on what your requirements are. If the clients of your application don't always work on the same computer a database is a good choice. When they always work on the same machine you can use the app.config file. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |