Speaking at Toronto Code Camp
I found out last week that I will be speaking at this year's Toronto Code...
2008, Jan 28 — 1 minute readI found out last week that I will be speaking at this year's Toronto Code...
2008, Jan 28 — 1 minute readDo you ever find yourself using DateTime to time a section of code? Do you...
2008, Jan 14 — 1 minute readIn log4net speak, an appender is an output destination for a log such as a...
2008, Jan 10 — 3 minute readHere is a cool Visual Studio feature that almost nobody knows about. If you want...
2007, Sep 11 — 1 minute readNew Rule: Make sure your parameter names are consistent between your declarations and definitions in...
2007, Sep 11 — 2 minute readUnless you have been inspecting some of the code generated by Visual Studio, you probably...
2007, Sep 05 — 2 minute readI have been migrating a large application from Win32/MFC to .NET and ran into an...
2007, Aug 23 — 2 minute readAnother often overlooked C# statement that was introduced in .NET 2.0 is yield. This keyword...
2007, Aug 22 — 3 minute read