-
Archives
- September 2022
- February 2017
- June 2016
- May 2015
- September 2014
- August 2014
- June 2014
- March 2014
- September 2013
- July 2013
- April 2013
- February 2013
- December 2012
- April 2012
- March 2012
- February 2012
- January 2012
- May 2011
- April 2011
- March 2011
- December 2010
- November 2010
- October 2010
- September 2010
- June 2009
- May 2009
- April 2009
- March 2009
- July 2007
- June 2007
- May 2007
- March 2007
- January 2007
- November 2006
- September 2006
- August 2006
- May 2006
- December 2005
- October 2005
- August 2005
- May 2005
- April 2005
- January 2005
- December 2004
-
Meta
Monthly Archives: March 2011
Observer Pattern in C# Revisited
In the last post, @jerry made some good comments for cleaning up “visual noise”. The code below fixes that and also removes the delegate: The delegate is not actually needed due to the EventHandler<T> delegate in the CLR. Saves a … Continue reading
Posted in Uncategorized
2 Comments
Head First Design Patterns – Observer Pattern Using C#
I started re-reading (re-skimming?) Head First Design Patterns this evening to refresh my memory, but got stuck on the first chapter. Not because I didn’t get the content, but rather I really wanted to see the examples in C#. First, for … Continue reading
Posted in Uncategorized
7 Comments
Yaam Code Updated for #netduino
Quick post: The Yaam project on CodePlex now has Netduino code. Well, moostly. I changed the code to use 2 LEDs, which means a breaking change for the serial port payload. The WPF app has not yet been updated, but … Continue reading