Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有任何工具可以生成使用 XSD 文件装饰有 WCF 属性的 DTO?
从传统的 ASMX 服务迁移到 WCF 服务时会很棒。
将XmlSerializerFormat属性添加到您的服务合同中,然后您可以不加改变地使用现有的 ASMX DTO。