惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Help Net Security
Help Net Security
G
Google Developers Blog
雷峰网
雷峰网
WordPress大学
WordPress大学
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Engineering at Meta
Engineering at Meta
Security Latest
Security Latest
T
Threat Research - Cisco Blogs
AWS News Blog
AWS News Blog
F
Full Disclosure
C
Cybersecurity and Infrastructure Security Agency CISA
T
The Exploit Database - CXSecurity.com
J
Java Code Geeks
U
Unit 42
C
Cyber Attacks, Cyber Crime and Cyber Security
V
V2EX
C
Cisco Blogs
博客园 - 司徒正美
Project Zero
Project Zero
L
LINUX DO - 热门话题
阮一峰的网络日志
阮一峰的网络日志
Blog — PlanetScale
Blog — PlanetScale
Scott Helme
Scott Helme
A
About on SuperTechFans
Hugging Face - Blog
Hugging Face - Blog
S
Securelist
小众软件
小众软件
aimingoo的专栏
aimingoo的专栏
S
Schneier on Security
G
GRAHAM CLULEY
酷 壳 – CoolShell
酷 壳 – CoolShell
Cyberwarzone
Cyberwarzone
MongoDB | Blog
MongoDB | Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 叶小钗
T
Threatpost
Recorded Future
Recorded Future
C
CXSECURITY Database RSS Feed - CXSecurity.com
宝玉的分享
宝玉的分享
N
News and Events Feed by Topic
人人都是产品经理
人人都是产品经理
The Register - Security
The Register - Security
S
Security Archives - TechRepublic
博客园 - Franky
N
News | PayPal Newsroom
Simon Willison's Weblog
Simon Willison's Weblog
S
SegmentFault 最新的问题
W
WeLiveSecurity
A
Arctic Wolf
B
Blog

博客园 - 咔咔

[导入][原创]Enterprise Library Policy Injection Application Block 之三:PIAB的扩展—创建自定义CallHandler(提供Source Code下载) [导入][原创]Enterprise Library Policy Injection Application Block 之二: PIAB设计和实现原理 [导入][原创]Enterprise Library Policy Injection Application Block 之一: PIAB Overview [导入][原创]谈谈WCF中的Data Contract(3):WCF Data Contract对Collection & Dictionary的支持 [导入][原创]谈谈WCF中的Data Contract(2):WCF Data Contract对Generic的支持 [导入][原创]谈谈WCF中的Data Contract (1):Data Contract Overview [导入][原创-总结]深入理解C# 3.x的新特性系列总结 [导入][原创]深入理解C# 3.x的新特性(5):Object Initializer 和 Collection Initializer [导入][原创]深入理解C#3.x的新特性(4):Automatically Implemented Property [导入][原创]"我的WCF之旅"系列阶段性总结 [导入][原创]ASP.NET Process Model之二:ASP.NET Http Runtime Pipeline - Part II [导入][原创]ASP.NET Process Model之二:ASP.NET Http Runtime Pipeline - Part I [导入][原创]ASP.NET Process Model之一:IIS 和 ASP.NET ISAPI [导入][原创]深入理解C# 3.x的新特性(3):从Delegate、Anonymous Method到Lambda Expression [导入][原创]深入理解C# 3.x的新特性(2):Extension Method - Part II [导入][原创]深入理解C# 3.x的新特性(2):Extension Method - Part I [导入][原创]我的WCF之旅(13):创建基于MSMQ的Responsive Service [导入][原创]我的WCF之旅(12):使用MSMQ进行Reliable Messaging [导入][原创]我的WCF之旅 (11): 再谈WCF的双向通讯-基于Http的双向通讯 V.S. 基于TCP的双向通讯 - 咔咔 [导入][原创] 深入剖析ASP.NET的编译原理之二:预编译(Precompilation) [导入][原创]Enterprise Library Policy Injection Application Block 之四:如何控制CallHandler的执行顺序 [导入][原创]我的WCF之旅(8):WCF中的Session和Instancing Management [导入][原创]我的WCF之旅(9):如何在WCF中使用tcpTrace来进行Soap Trace [导入][原创]我的WCF之旅(10):如何在WCF进行Exception Handling
[导入][原创]谈谈WCF中的Data Contract(4):WCF Data Contract Versioning
咔咔 · 2008-03-13 · via 博客园 - 咔咔

     摘要: 软件工程是一门独特的工程艺术,需要解决的是不断改变的需求变化。而对于WCF,对于SOA,由于涉及的是对多个系统之间的交互问题,如何有效地解决不断改变的需求所带来的问题就显得更为重要:Service端版本的变化能否保持现有Consumer的正常调用,Consumer端的改变不至于影响对Service 的正常调用。对于Data Contract来说就是要解决这样的问题:Service端或者Client对Data Type的改变不会影响Service的正常调用。

在系统开发过程中,通过对Data Type添加额外的字段进而对其进行扩展,是一个种很常见的场景。本部分就作中介绍Data Contract的这种变化,Service或者Client的Data Contract在本地添加一个新的Data Member会造成怎样的影响,WCF可以采用怎样的机制来解决这种单方面Data Contract版本的改变。
  阅读全文

Artech 2007-11-27 21:06 发表评论

文章来源:http://www.cnblogs.com/artech/archive/2007/11/27/974671.html