in

MySoftwareStartup

Dedicated to help those that own or are thinking of owning a software development company

Browse by Tags

  • Writing to .Net Config Files

    I've been working with config files for quite some time. I was recently reminded that I needed to finish my original article and share my final findings on my personal best practices for working with config files. One of the coolest and most useful features in config files is the file attribute as...
    Posted to Randy Walker Blog (Weblog) by Randy Walker on 06-05-2008
  • Preferred method for read only Config files

    I had come across an article where you can use the following line to read custom section settings from your config file (where SectionName is the name of your section) in .Net. NameValueCollection myData = (NameValueCollection)System.Configuration.ConfigurationManager.GetSection(SectionName); The advantage...
    Posted to Randy Walker Blog (Weblog) by Randy Walker on 03-26-2008
Page 1 of 1 (2 items)
Copyright 2008 Randy Walker
Powered by Community Server (Commercial Edition), by Telligent Systems