Field Name Colors
Eric Gunnerson wrote a post on field name conventions where the conclusion was that having an m_ prefix in front of field names makes it easier to identify fields versus variables....
Dive into my thoughts on coding, tech trends, and developer life. Explore all posts, filter by category, or search by tag.
Eric Gunnerson wrote a post on field name conventions where the conclusion was that having an m_ prefix in front of field names makes it easier to identify fields versus variables....
This post contains some very minor variations of the Dispose pattern implemented in a class that implements IDisposable. A typical example of how to implement the Dispose idiom can be found over...
Our big screen TV karked it a month back, so I haven't done much with the media center experiment up until recently. We had an extended warrantee on the TV so ended up getting a totally new unit....
Bummer. Given the complexity of C++ reverse engineering compared to the simpler/cleaner languages such as C#, VB.NET and J# this is understandable....
Today I did my usual reading through the blogs I've subscribed to within Newsgator on the web. Two posts (by Jeremy Allaire and Eric Mack) referred to commercial ventures that were new and...
While creating a mini C# code generator, I discovered that .NET Arrays don't behave the way I expected with respect to the Equals and GetHashCode implementations....
Here are a few excerpts from "Wrestling Gold from Today's Software Projects" at IT Conversations: Clip 1: Agile Return On Investment[]( Clip 2: Production Line Analogy[]( Clip 3: Empirical...