Could you please help me out on how to sync several SharePoint lists in different environments?
Scenario:
I have several SharePoint lists in environment (A) and each list of them contains items. Also, I have exactly the same SharePoint lists in environment (B) and each list of them contains the same items as environment (A). Therefore, environment (A) and environment (B) are identical.
My question is: How to make sure that if items of environment (A) have changed, then, the changes will be reflected on environment (B) ?
Of course, I have heard of Microsoft Sync Framework for SharePoint and I saw: (http://msdn.microsoft.com/en-us/library/ee538641.aspx) But I didn't find any code sample for that at all.
I would greatly appreciate your inputs !