app specific settings and the registry

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • John A Grandy

    app specific settings and the registry

    Apparently stroring app specific settings in the registry is taboo for .net
    applications ?

    Anyone care to expand on this ?

    Is there an established system for storing app settings in xml config files
    ?


  • Duggi

    #2
    Re: app specific settings and the registry

    On Sep 29, 9:52 am, "John A Grandy" <johnagrandy-at-gmail-dot-com>
    wrote:
    Apparently stroring app specific settings in the registry is taboo for .net
    applications ?
    >
    Anyone care to expand on this ?
    >
    Is there an established system for storing app settings in xml config files
    ?
    If you are using VS, right click on the project and addfile and then
    select Application Configuration File.

    You may also want to explore, System.Configur ation namespace. and
    ConfigurationMa nager class also.

    -Cnu

    Comment

    • Family Tree Mike

      #3
      Re: app specific settings and the registry

      In what context were you told this?

      "John A Grandy" <johnagrandy-at-gmail-dot-comwrote in message
      news:eOmkPPlIJH A.4280@TK2MSFTN GP04.phx.gbl...
      Apparently stroring app specific settings in the registry is taboo for
      .net applications ?
      >
      Anyone care to expand on this ?
      >
      Is there an established system for storing app settings in xml config
      files ?
      >

      Comment

      Working...