Does anyone know how this would work:
we have a MSMQ queue. There is a WCF contract, lets say, IPerson with these properties:
string Name {get;set;}
int Age {get;set;}
This works fine.
But say in future, I decide to add another property (or method) - what will happen to the existing "contract" compliant messages being sent to the queue?
Is there a way for the WCF contract to continue processing older style messages but also new ones at the same time?
C# MVP (2007-2010) MS Vendor - MS All the way! Follower since 1995 MS Super Evangelist| MSDN Forums Moderator