Are there any best practices available on ways to:
Manage designer code between developers (how to prevent overwriting)
Manage changes to solutions between environments?
How to generate a build from changes to release to production?
We are working on how to allow developers to see updated business objects from other developers, but also implement version control. How are you doing this?
We are attempting to devise a way to manage changes to business objects between environments. How do you control quality and schema consistency between environments?
Should developers "check in" their code to staging environments, or should all changes be compiled into a build, which is then released by a release engineer into production
I want to know how you do things.....
Chad Cooper