"Mo"

All Posts

  • Published on
    Last year at DevLink, I can clearly recall sitting in a session about Durandal and John Papa's Hot Towel VS template. My friend Michael Johnson was speaking. I was sitting two or three rows from the back because the room had filled up pretty quickly. We were about halfway into his presentation when I received the following text from my wife...
  • Published on
    Microsoft has made strides in the realm of multithreading in the last few years by introducing things like the Task Parallel Library and now async/await support in C#. I thought it would be interesting to share some of my experiences in converting an existing WPF application over to use async/await.
  • Published on
    About three years ago, our team migrated from using Subversion to Mercurial, primarily because of the pain involved with branches. If you've heard the phrase "tree conflict," then you know what we were dealing with.
  • Published on
    I've begun presenting again with some frequency. My topic of choice, unsurprisingly, is PowerShell. I had presented on PowerShell quite a bit back in 2009, but since then I had taken a break. Now that everyone in the area has had sufficient time to forget my earlier presentations, I can just recycle my earlier talks and give them again!
  • Published on
    Date math is hard... at least for me. My brain has trouble thinking in terms of dates. I probably overanalyze things, but if you say something like "let's meet for dinner 2 days from now," I immediately start thinking things like "inclusive" or "exclusive" dates. Do you mean 2 days from now including today? Does it include today if it is morning, but if it is evening, we'll start with tomorrow? As I said, I'm sure I'm overanalyzing.