本文介绍了Datacontracts仅用于数据库或有任何原因吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 DataContracts仅用于数据库或是否有任何主要用途? 请告诉我这些是如何实时使用的?解决方案 DataContracts是服务与客户之间的正式协议 [ ^ ],它们用于从合同中解除类型。 它们与数据库无关,它们是描述类型的哪些部分可以序列化的一种方式。 希望这会有所帮助, Fredrik DataContracts are only used for Database or is there any major usages?please tell me how those are used in real time? 解决方案 DataContracts are formal agreements between a service and a client[^], they are used to de-couple types from contracts.They have nothing to do with databases, they are a way of describing what parts of a type can be serialized.Hope this helps,Fredrik 这篇关于Datacontracts仅用于数据库或有任何原因吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!
09-17 17:22