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
  • Write your own Outlook 2007 Previewer

    One of the terrific new features in Outlook 2007 is the ability to preview e-mail attachments without having to open them up in their corresponding application. (For those of us old school guys, we've always been able to program this feature using OLE.) Unfortunately when you look for some to add...
    Posted to Randy Walker Blog (Weblog) by Randy Walker on 09-14-2007
Page 1 of 1 (3 items)
Copyright 2008 Randy Walker
Powered by Community Server (Commercial Edition), by Telligent Systems