.NET Array Expectations
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.
Dive into my thoughts on coding, tech trends, and developer life. Explore all posts, filter by category, or search by tag.
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...
Some of the Internet Radio shows I listen to include Brainbrew and Tech Nation. Last week I was toying with sending an email to each of these web sites asking for an RSS feed.
I've been working on a cross platform Modbus communications library and driver over the last month or so. It involved a number of communication transports – tcp/ip, direct serial port and modem...