INI or Any Other File..... ?

S

Smitha Patel

In a VB.Net based desk top application which is the best design to store
initial value settings?

Is it still the old INI file or something.config file? I am using
..NetFramework1.1. What is the professional way of doing in .Net based
desktop application.

Thanks,

Patel
 
A

Andrew Robinson

save the value in an application config file. similar to a web config file.

then:

initValue = ConfigurationSettings.AppSettings("DataCollectionFromAddress")

-Andrew
 
B

Brock Allen

If you're talking about settings that are set by the admin and not changed
very frequently, then the <appSettings> section of web.config is a good place.
If you mean per-user settings, then I'd suggest putting those sorts of things
into your database.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top