|
-
Jun 27th, 2009, 06:31 AM
#1
Thread Starter
Hyperactive Member
[RESOLVED] Saving simple data? without using db
Hi,
I would like to know the way you usually save simple application data such as "settings" and stuff.
Am using C#.NET express edition.
Thanks in advance,
zeid
-
Jun 27th, 2009, 06:45 AM
#2
Re: Saving simple data? without using db
In .NET you have something called as settings. You can either use these or an application configuration file would be good too. If you are not satisfied with either of the two, you can create you own XML file that will store the settings.
Use [code] source code here[/code] tags when you post source code.
My Articles
-
Jun 27th, 2009, 09:19 AM
#3
Thread Starter
Hyperactive Member
Re: Saving simple data? without using db
Thanks for the reply
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|