How to do implementation and control in marketing?

What is the best version control solution when working with ASP.NET, where the criteria are ease of implementation, low cost, and ease of use?

  • Specifically, a version control solution that does not depend on a third party service, but can be hosted on IIS.

  • Answer:

    Take a few minutes to learn Git basics and use Git Extensions (a GUI for Git) and Github. Depending on team size it can be affordable. Mercurial is good too, bit I think Git has the better ecosystem at this point.

Corey Henderson at Quora Visit the source

Was this solution helpful to you?

Other answers

+1 for Git. VS2013 works well with Git/Github and VS2012 with SP1 and extension does too. There are still some issues (e.g. branch switching can throw an error from the extension) but working through a bash window as most Git users will, there's nothing serious to concern. I've used TFS (now Visual Studio Online) and much prefer Git.

John Kelleher

We have been using TFS for years, without doubt it is best with visual studio. But licenses are very expensive and we wanted to involve more people to do task management along with version control. TFS is very expensive as each user needs to have TFS CAL. We recently migrated to Github with GitHub for Window client. It is really good. For private repository, it costs $7 per month for upto 5 repositories with unlimited users. Visual Stufio 2013 also has git integration. The only drawback git has is you have to do two steps, first commit and then sync changes to remote repository.

Akash Kava

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.