Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Dataset for customizable project settings??

Dataset for customizable project settings??

Scheduled Pinned Locked Moved C#
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    agent00zelda
    wrote on last edited by
    #1

    Hello! I am writing a Windows service that requires various user-defined settings in order to work. The solution uses multiple class libraries which are all linked with these user-defined settings. A coworker suggested that I use a dataset to do this, but being new to C#, I'm not exactly sure how I would go about doing this. I think I get the concept of a dataset, but I don't particularly understand how the service would know that the settings were changed after the service has been built, installed, and started. The searches I've done today haven't really given me any relevant information, and I was hoping that somebody could point me in the right direction with a source or suggestion? Any help would be greatly appreciated :)

    A H 2 Replies Last reply
    0
    • A agent00zelda

      Hello! I am writing a Windows service that requires various user-defined settings in order to work. The solution uses multiple class libraries which are all linked with these user-defined settings. A coworker suggested that I use a dataset to do this, but being new to C#, I'm not exactly sure how I would go about doing this. I think I get the concept of a dataset, but I don't particularly understand how the service would know that the settings were changed after the service has been built, installed, and started. The searches I've done today haven't really given me any relevant information, and I was hoping that somebody could point me in the right direction with a source or suggestion? Any help would be greatly appreciated :)

      A Offline
      A Offline
      Alok Sharma ji
      wrote on last edited by
      #2

      Well i realy dont get your question clearly maybe this could help you: www.codersource.net/csharp_dataset_better_use.html[^] www.codersource.net/codersource_dot_net.html[^] msdn.microsoft.com/en-us/library/system.data.dataset www.csharphelp.com/archives/archive236.html [^] have fun bye... :-D

      1 Reply Last reply
      0
      • A agent00zelda

        Hello! I am writing a Windows service that requires various user-defined settings in order to work. The solution uses multiple class libraries which are all linked with these user-defined settings. A coworker suggested that I use a dataset to do this, but being new to C#, I'm not exactly sure how I would go about doing this. I think I get the concept of a dataset, but I don't particularly understand how the service would know that the settings were changed after the service has been built, installed, and started. The searches I've done today haven't really given me any relevant information, and I was hoping that somebody could point me in the right direction with a source or suggestion? Any help would be greatly appreciated :)

        H Offline
        H Offline
        Henry Minute
        wrote on last edited by
        #3

        The standard methodology for application settings since .Net 2.0 is pretty good. There are several good articles on their use here on CP, search on 'User Settings' or 'Application Settings'. Also check out the MSDN entries on the same topics, V.G. However, I have little experience with Windows services, and am not aware of how they interact with either datasets or application settings files. Whatever approach you take remember that a dataset is an in-memory representation of data, which can incidentally be read from a database or an XML file (Application Settings == *.config == XML). I would have thought that keeping the memory footprint down would be a good idea for a Windows Service. Sorry I cannot be of more help, but hope this gives you some ideas. :)

        Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”

        A 1 Reply Last reply
        0
        • H Henry Minute

          The standard methodology for application settings since .Net 2.0 is pretty good. There are several good articles on their use here on CP, search on 'User Settings' or 'Application Settings'. Also check out the MSDN entries on the same topics, V.G. However, I have little experience with Windows services, and am not aware of how they interact with either datasets or application settings files. Whatever approach you take remember that a dataset is an in-memory representation of data, which can incidentally be read from a database or an XML file (Application Settings == *.config == XML). I would have thought that keeping the memory footprint down would be a good idea for a Windows Service. Sorry I cannot be of more help, but hope this gives you some ideas. :)

          Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”

          A Offline
          A Offline
          agent00zelda
          wrote on last edited by
          #4

          Thank you both for your responses. The resources and general information you gave will keep me busy and are a great starting point. Thanks so much!

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups