December 2003
Intermediate to advanced
504 pages
10h 42m
English
In most scenarios, development on a business application is shared between a set of developers. For concurrent development (when multiple developers are working on the same project), it is typically ideal to utilize a Source Control Management (SCM) environment for team development. Visual Studio .NET Enterprise Developer and later versions provide a copy of the Microsoft Visual SourceSafe SCM toolset, which is tightly integrated with Visual Studio .NET. Basically, when a team lead developer has initiated a project, he or she can add the project to Source Control by using File, Source Control, Add Solution to Source Control. After the project is “checked in” to the source control repository, all the ...