Let me begin by saying that I have been, and probably will continue to be a firm fan of VMWare Fusion for Mac. I’ve used it every day for the last 4 years right from version 2.0.1, for developing on the Microsoft platform, and most especially with SharePoint. It has been rock solid, reliable and … Continue reading VMWare Fusion 4 for Mac and Parallels Desktop 7 for Mac Smackdown
Will the Really Real Programmers Please Stand Up
A great article, which to my mind summarizes the characteristics of great software developers. Will the really real programmers please stand up.
.NET: Convert a Byte Array to String
A short snippet which converts a byte array to a string, and which handles conversion of the byte order mark (BOM). As seen, the byte order mark bytes are excluded from the conversion, which if they are left in, could cause problems when attempting to use the string, particularly if the string is an Xml … Continue reading .NET: Convert a Byte Array to String
Configuring VMWare Fusion NAT on Mac OS X
Describes how to change the NAT configuration for VMWare Fusion. http://blog.mclaughlinsoftware.com/2010/03/01/vmware-fusion-nat/
Regular Expressions Reference
Here’s a set of great references for using Regular Expressions; Part 1 Part 2 Part 3