I'm a big fan of domain driven design. One of the key concepts of that approach are what are called value objects: objects that are considered identical because they have the same values in their ...
Trust me: There's actually a tip at the end of this column, but it's going to take me awhile to get there. Be patient -- I do have a point and I am getting to it. When it comes to comparing objects, ...
Microsoft’s fast-growing language for .NET may be poised to overtake Java in popularity for the first time, Tiobe said.
I've got a very complex object (1000+ properties, and the properties are occasionally changed by another team.) and I am writing code to undo changes if the user desires. (I'm implementing ...
So I'm whipping up something quick and dirty for a work project. I've got a C# class that is all string types, nothing fancy, and once the item is created it gets serialized with the new ...