C#/VB interop and reference problems in Visual Studio 2003 (BC30007)

You never end learning something new, I taught I have seen enough when dealing with solutions with C# and VB.NET mixed projects, today working on a legacy system I found the following scenario: Project A - VB project, defines a set of base cla...


Deep Clone of a business object: the quick and dirty way

I was implementing the IEditableObject interface for some entity classes in my current project and I needed a quick and dirty way to do the deep clone of an object, since my entity classes are shared between WCF, WPF and Silverlight (yes I’m on...