User1610691276 posted
Hello - WCF supports strict versioning and Agile versioning. Say I have a service method GetCustomer(int id). Version 1 of this method returns a Customer object with FirstName and LastName.
Consider a scenario where some clients require the Customer object to be returned with an additional property - TotalSpent. The method signature will not change. What are the suggested options for WCF versioning for this scenario in a strict
versioning context?