I've been spending much of my time working on a multi-tier system that makes use of special purpose data transfer objects for communication between the service tier and various clients.
These dedicated data transfer objects need to be properly marked up with [DataContract] and [DataMember] attributes, else the object is incomplete when transferred over the wire.
Unfortunately, any errors in the markup weren't apparent at compile time. Instead, they were being discovered either at runtime, when a service call failed outright, or while writing client code, when an expected property was missing from a proxy generated by svcutil.
Enter NUnit to save the day with a cunning unit test.
Recent comments
3 weeks 4 days ago
3 weeks 4 days ago
3 weeks 5 days ago
3 weeks 5 days ago
7 weeks 5 days ago
8 weeks 4 days ago
9 weeks 1 day ago
9 weeks 1 day ago
11 weeks 2 days ago
11 weeks 4 days ago