we are developing some ASP.NET project, in that we work on same file. so we find difficulty to merger after the modifications. can you please give me a solution for this in detail.
thanks in advance.
we are developing some ASP.NET project, in that we work on same file. so we find difficulty to merger after the modifications. can you please give me a solution for this in detail.
thanks in advance.
When working with many members on the same Project, there are Tools like Team Foundation Server, Source Safe, Subversion etc.
Check Wikipedia for a overview http://en.wikipedia.org/wiki/Revision_control
And as you work with ASP.NET i would focus on a Microsoft Product like Team Foundation Server or Source Safe as the integrate well with Visual Studio.
You probably need some sort of Source Control system. Visual Studio doesn't provide one out-of-the-box, but there are plenty of free solutions. The most popular ones at the moment are subversion, git, and mercurial; from what you tell us, I would assume git or mercurial would be the best fit, since they do not require a server.