Thursday, April 09, 2009

I’ve started working on my first WPF application. Just a simple application to display the current status of the London Underground. It’s very basic and ugly at the moment, but I’ll be working on it.

Click Here to install using Click Once deployment.

Many thanks to Ben Dodson for providing the api @ tubeupdates.com.

Thursday, April 09, 2009 12:11:28 AM (GMT Standard Time, UTC+00:00)  #    Comments [0] -
.Net | C# | Development | tflTubeStatus | WPF
 Friday, March 13, 2009

It is sometimes very handy to be able to upate a value in a config file from within the program.

Here is how:

Configuration config = ConfigurationManager.OpenExeConfiguration(ConfigurationUserLevel.None); config.AppSettings.Settings["DailySerialNumber"].Value = this.serialNumber.ToString(); config.Save(ConfigurationSaveMode.Modified); ConfigurationManager.RefreshSection("appSettings");
Friday, March 13, 2009 10:32:52 AM (GMT Standard Time, UTC+00:00)  #    Comments [0] -
.Net | C# | Development
 Wednesday, December 10, 2008

This one is from Hamid Shoejaee @ Axosoft.com. An introduction to Scrum in under 10 minutes.

Wednesday, December 10, 2008 11:16:40 PM (GMT Standard Time, UTC+00:00)  #    Comments [0] -
Development | Video | Agile
 Saturday, September 20, 2008

I found this on the DevShop.Com website. I feel the pain.

Saturday, September 20, 2008 1:35:58 PM (GMT Standard Time, UTC+00:00)  #    Comments [0] -
Development | DevShop | Video
Navigation


Archive
<March 2010>
SunMonTueWedThuFriSat
28123456
78910111213
14151617181920
21222324252627
28293031123
45678910


SilverCode Solutions Ltd
4 Maple Close
Brentwood
Essex
UK
CM13 2EA
Phone: 0845 0557260
© Copyright 2010
SilverCode Solutions Ltd
Sign In

Statistics
Total Posts: 16
This Year: 4
This Month: 1
This Week: 1
Comments: 13