Make Async Your Buddy With Reactive Extensions
For a long time, good folks like Matt Podwysocki have extolled the virtues of Reactive Extensions (aka Rx) to me. It piqued my interest enough for me to write a post about it, but that was the extent of it. It sounded interesting, but it didn’t have any relevance to any projects I had at the time.
Read MoreASP.NET MVC Now Accepting Pull Requests
Changing a big organizations is a slow endeavor. But when people are passionate and persistent, change does happen.
Read MoreWhat Are Brogrammers Afraid Of?
Disclaimer: these opinions are my own and don’t necessarily represent the opinion of any person or institution who are not me.
Read MoreVisualize Git with SeeGit
I recently gave my first talk on Git and GitHub to the Dot Net Startup Group about Git and GitHub. I was a little nervous about how I would present Git. At its core, Git is based on a simple structure, but that simplicity is easily lost when you start digging into the myriad of confusing command switches.
Read MoreIt’s The Little Things about ASP.NET MVC 4
Conway’s Law states,
Read MoreBuild All The Things With Bildopolis
Recently I’ve been tweeting photos of my kids playing with a new toy my
wife bought them that I’mthey are totally enthralled with. It’s
called the Bildopolis Big Bilder
Kit.
GitHub Drinkup MVP Edition
Next week Microsoft hosts its annual MVP Summit. So what better time for me to host my first GitHub Drinkup – MVP Edition at the Tap House Grill!
Read MoreWhat Is The Spirit of Open Source?
In my previous post, I attempted to make a distinction between Open Source and Open Source Software. Some folks took issue with the post and that’s great! I love a healthy debate. It’s an opportunity to learn. One minor request though. If you disagree with me, I do humbly ask that you read the whole post first before you go and rip me a new one.
Read MoreOpen Source and Open Source Software Are Not The Same Things
UPDATE: I have a follow-up post that addresses a few criticisms of this post.
Read MoreChanging A Strong Name Is A Major Breaking Change
Recently, the Log4Net team released log4net 1.2.11 (congrats by the way!). The previous version of log4Net was 1.2.10.
Read MoreThe State of NuGet
I’ve seen a few recent tweets asking about what’s going on with NuGet since I left Microsoft. The fact is that the NuGet team has been hard at work on the release and have been discussing it in various public forums. I think the feeling of “quiet” might be due to the lack of blogging, which I can easily correct right now!
Read MoreHazards of Converting Binary Data To A String
Back in November, someone asked a question on StackOverflow about converting arbitrary binary data (in the form of a byte array) to a string. I know this because I make it a habit to read randomly selected questions in StackOverflow written in November 2011. Questions about text encodings in particular really turn me on.
Read MoreGetting Older
Birthdays are a funny thing, aren’t they? Let’s look at this tweet for example,
Read MoreComparing Strings in Unit Tests
Suppose you have a test that needs to compare strings. Most test frameworks do a fine job with their default equality assertion. But once in a while, you get a case like this:
Read MoreA Really Empty ASP.NET MVC 3 Project Template
In the ASP.NET MVC 3 Uservoice site, one of the most voted up items is a suggestion to include an empty project template. No, a really empty project template.
Read MoreRecognition Compensation
Mary Poppendieck writes the following in Unjust Deserts (pdf), a paper on compensation systems (emphasis mine),
Read MoreStructuring Unit Tests
In the past, I’ve tried various schemes to structure my unit tests but never fell into a consistent approach. Pretty much the only rule I had (which I broke all the time) was to write a test class for each class I tested. I would then fill that class with a ton of haphazard test methods.
Read MoreWhy I Love New Year’s Eve
Happy New Year’s Eve everyone! And by the time you read this, it’ll probably already be the new year. To my friends across the international date line, what is 2012 like? The rest of us will be there soon.
Read MoreOSS and .NET Year In Review 2011
T’is the season for “Year in Review” and “Best of” blog posts. It’s a vain practice, to be sure. This is exactly why I’ve done it almost every year!
Read MoreConfigure Git in PowerShell So You Don’t Have to Enter Your Password All the Damn Time
My last post covered how to improve your Git experience on Windows using PowerShell, Posh-Git, and PsGet. However, a commenter reminded me that a lot of folks don’t know how to get Git for Windows in the first place.
Read More