Recently I answered a question on Stack Overflow where someone was interested in mapping a character to an Enum value. Obviously this isn’t something naturally possible with Enums, so I proposed the following solution. I’ve previously blogged about a generic approach to working with Strings and Enums here. If we […]
Daily Archives: August 17, 2010
2 posts
Hi Everyone, Well, I said I’d do it, and I will be – I’ve spent several hours putting together a sample DB and solution which demonstrates how to support Entity Framework (v4) POCO objects serialized in and out of WCF Services. In a word, it’s going to be a lengthy […]