摘要: Entity与DataContract之间的转换。。。
Context:
A distributed application sends and receives messages with remote agents. The request and response messages being transferred exist in code as classes and contain serialization rules for their state between network nodes.
Within the business logic tier, a domain model exists that contains classes that represent entities in the system. These classes may not contain serialization rules.
阅读全文