Group: Forum Members
Posts: 386,
Visits: 2.1K
|
Hi Edhy,
I would take a good look inside VS itself especially if you are using Team Foundation Server.
There are a number of templates available and the "Work Items List" in TFS is good. Also we also found keeping "README.txt" notes, as needed, within each Project within a Solution quite handy. This has the advantage of being part of source control and the one TFS backup makes sure we have everything present and accounted for.
One thing that we do do that may not seem obvious (it didn't to us at first) is to have Project that contains all our SQL stored procedures and triggers (we don't use the SF DDT). This SQL code becomes very easy to maintain and propergate to our databases and, of source, full version control; change history and a certain daily backup.
Cheers, Peter
|