tags:

views:

22

answers:

0

At a high level my question is like the following -

I am doing a data sync, using web services, between two different systems. To validate the mater data, I depended on creating enums and tried to validate; which I though will ease my job of comparison. But evetually, I ended up comparing as enum.ToString() (which I feel not a good practice or performance driven).

Please suggest / point to an approach where Mater data can handled in better / manageable manner. I have to compare from both source & destinations systems.