摘要:
usingSystem;usingSystem.Collections;usingSystem.Collections.Generic;usingNUnit.Framework; namespaceSmart.Core.Tests{ [TestFixture]publicclassNUnitTest... 阅读全文
摘要:
WCF中的契约包括4种数据契约DataContract ->DataMember服务契约ServiceContract-> OperactionContract消息契约MessageContract异常契约FaultContract用于定义服务操作的服务WCF契约:Service Contract这... 阅读全文