Hi, I just recently used the NetTiers architecture in one of our projects. We're using Visual Source Safe for our source control and I just wanted to ask what is the easiest way of maintaing the generated codes. Because right now what I'm doing is regenerate the NetTier layers (Entities, DataAccess, DataAccess.SqlClient) whenever we modify our database, then I would open our solution and over write all the existing classes in the NetTier layers. Is this a good approach? Any other suggestions?
Thanks,
Jon