随笔分类 - wcf
摘要:优点:1. WCF 支持多种通信协议 Http/Https 、TCP/UDP、MSMQ、命名管道、对等网、消息可达性、事务流等。2. WCF可以是有状态的,并支持事务。3. WCF 支持多种消息传输格式 :text,binary,mtom,Json 等。4.WCF 实现上已经支持了传输层次安全性 (Transport-level security) 以及消息层次安全性 (Message-level security) 两种。 传输层次安全性:在数据传输时期加密,例如 SSL。消息层次安全性:在数据处理时就加密,例如使用数字签名,散列或是使用密钥加密法等。5. WCF 支持多种会话模式:单向、双
阅读全文
摘要:Data ContractsWCF data contracts provide a mapping function between .NET CLR types that are defined in code and XML Schemas Definitions defined by the W3C organization (www.w3c.org/) that are used for communication outside the service.you can say “Data contract is a formal agreement between a servic
阅读全文

浙公网安备 33010602011771号