Results 1 to 3 of 3

Thread: [RESOLVED] Saving simple data? without using db

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2006
    Posts
    384

    Resolved [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

  2. #2
    Shared Member
    Join Date
    May 2005
    Location
    Kashmir, India
    Posts
    2,277

    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

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2006
    Posts
    384

    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
  •  



Click Here to Expand Forum to Full Width