ian-randall.blogspot.com
An Englishman in NZ: public string bar { get; set; }
http://ian-randall.blogspot.com/2009/05/public-string-bar-get-set.html
An Englishman in NZ. The random thoughts of a (fairly) normal chap. Friday, May 22, 2009. Public string bar { get; set; }. In the old days, I used to write code in VC 6.0, and my properties would look like this:. Private string bar;. Public void setBar(string value). Bar = value;. Then, about 6 million years ago, .Net allowed us to use getters and setters and the code would look like this:. Public string bar { get; set; }. Foobar = "Beyond All Recognition";. String b = foo.bar;. Anything. literally a...
ian-randall.blogspot.com
An Englishman in NZ: October 2007
http://ian-randall.blogspot.com/2007_10_01_archive.html
An Englishman in NZ. The random thoughts of a (fairly) normal chap. Saturday, October 6, 2007. Well swipe me down, a Northern Hemisphere semi final. I still long to see a world-class set of backs line up behind them of course, but at least we can be proud of the achievement and give 100% next week. Whatever happens, English rugby can now look to the next 4-year cycle with a foundation on which they can build. Subscribe to: Posts (Atom). Well swipe me down, a Northern Hemisphere semi fin.
ian-randall.blogspot.com
An Englishman in NZ: January 2009
http://ian-randall.blogspot.com/2009_01_01_archive.html
An Englishman in NZ. The random thoughts of a (fairly) normal chap. Friday, January 23, 2009. Salesforce Development Lesson Of The Day. I'm doing some Salesforce.com dev at a large NZ insurance company. Development as a Service can be monumentally frustrating, especially when sitting behind flaky (it's a euphemism) proxy servers, but I'm learning heaps about Client-Server development, about html, javascript and also the less transferable skills of VisualForce and Apex. Awesomely simple, eh? You cannot ca...
ian-randall.blogspot.com
An Englishman in NZ: July 2009
http://ian-randall.blogspot.com/2009_07_01_archive.html
An Englishman in NZ. The random thoughts of a (fairly) normal chap. Wednesday, July 22, 2009. Binding to an ObservableCollection. In a WPF ListBox. Bind your items control to an ObservableCollection of objects that implement INotifyPropertyChanged, and invoke PropertyChanged within the setter of each Property you want to see change in your UI. Declare private instance of ObservableCollection, and public getter that returns this instance. Bind to Property (which is still null). Subscribe to: Posts (Atom).
ian-randall.blogspot.com
An Englishman in NZ: August 2009
http://ian-randall.blogspot.com/2009_08_01_archive.html
An Englishman in NZ. The random thoughts of a (fairly) normal chap. Thursday, August 6, 2009. I just love HBO show Entourage. It's superb for so many reasons, here are just a few that I noticed:. The continuity. 6 seasons in and *all* the main protagonists are still there, and have been all the way through. My favourite episode is still from Season 3 - Episode 9 "Vegas, Baby, Vegas! Subscribe to: Posts (Atom). With every day, I find myself becoming just a tiny bit more geeky. View my complete profile.
ian-randall.blogspot.com
An Englishman in NZ: September 2008
http://ian-randall.blogspot.com/2008_09_01_archive.html
An Englishman in NZ. The random thoughts of a (fairly) normal chap. Thursday, September 4, 2008. Dynamics CRM and Great Plains integration. Update Oct '08 . Thanks to Jivtesh who pointed out that this has been resolved in the GP 10 installer . Except it just didn't work. I was told that 'Microsoft Application Error Reporting' was not installed (which actually has something to do with Dr Watson), except it was. So I spent quite a bit of time trying to get Dr Watson installed, and get through to th...So no...
ian-randall.blogspot.com
An Englishman in NZ: March 2009
http://ian-randall.blogspot.com/2009_03_01_archive.html
An Englishman in NZ. The random thoughts of a (fairly) normal chap. Wednesday, March 18, 2009. Duathlon. Part 2. I did my event at the weekend. I was pleased that I'd got through it, but a couple of things niggled me:. 1 The warden misdirected me (and about half the field! But at least I achieved my pre-race goal of not stopping to walk, and not getting off the bike to push). However. Well she had just pushed her bike up the hill, you see). 3 I didn't win a spot-prize. Subscribe to: Posts (Atom).
ian-randall.blogspot.com
An Englishman in NZ: Duathlon. Part 2
http://ian-randall.blogspot.com/2009/03/duathlon-part-2.html
An Englishman in NZ. The random thoughts of a (fairly) normal chap. Wednesday, March 18, 2009. Duathlon. Part 2. I did my event at the weekend. I was pleased that I'd got through it, but a couple of things niggled me:. 1 The warden misdirected me (and about half the field! But at least I achieved my pre-race goal of not stopping to walk, and not getting off the bike to push). However. Well she had just pushed her bike up the hill, you see). 3 I didn't win a spot-prize. March 18, 2009 at 3:11 PM. With eve...
ian-randall.blogspot.com
An Englishman in NZ: Entourage is sick
http://ian-randall.blogspot.com/2009/08/entourage-is-sick.html
An Englishman in NZ. The random thoughts of a (fairly) normal chap. Thursday, August 6, 2009. I just love HBO show Entourage. It's superb for so many reasons, here are just a few that I noticed:. The continuity. 6 seasons in and *all* the main protagonists are still there, and have been all the way through. My favourite episode is still from Season 3 - Episode 9 "Vegas, Baby, Vegas! Subscribe to: Post Comments (Atom). With every day, I find myself becoming just a tiny bit more geeky. Ian Randall on WPF.