this is probably a naive question, but I want to do it for the first time.
I have an MVC solution that has the following:
Data project - C
I am currently using MVC2 source as a means to debug my own code. I do not plan to verify this, but I understand that as soon as I get back to the MVC2 DLL, my decision will change.
I am sure that I just do not need to check the material that changes with each assembly: the bin folder in a web project, for example.
Is there a list of what is not required to manage the source code? :)
source share