Answered by:
Web repository for .NET source code

Question
-
User1085074809 posted
Hi,
I'm looking for a free web repository where I could save my asp.net source code in private. Just looking it as a backup, not as a source code version control.
Could I get a free private web repository with a free personal Azure account ?If yes, could you point me out some references or links to get that service?
ThanksFriday, May 29, 2015 6:55 PM
Answers
-
User-376018714 posted
Hi
not to be rude ... but dont get it as to how this question is related to "Azure & ASP.NET" ??
Nevertheless - you can use Visual Studio Online https://www.visualstudio.com/products/what-is-visual-studio-online-vs. This is TFS hosted on cloud and is available as a free service for individuals. you can have unlimited projects hosted here as long as you use it for personal use.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, June 1, 2015 12:51 PM
All replies
-
User2103319870 posted
I'm looking for a free web repository where I could save my asp.net source code in private. Just looking it as a backup, not as a source code version control.
Could I get a free private web repositoryif you are looking for a open source alternative for TFS, then you can take a look at TortoseSVN : http://tortoisesvn.net/
Friday, May 29, 2015 7:55 PM -
User1085074809 posted
I'm looking for an Internet web hosting repository for source code.
TortoseSVN and TFS are software to install in server and client side. I would like to backup my source code outside of my office's LAN. That's why I ask if with an Azure account I could access this kind of service.
Saturday, May 30, 2015 12:12 AM -
User-376018714 posted
Hi
not to be rude ... but dont get it as to how this question is related to "Azure & ASP.NET" ??
Nevertheless - you can use Visual Studio Online https://www.visualstudio.com/products/what-is-visual-studio-online-vs. This is TFS hosted on cloud and is available as a free service for individuals. you can have unlimited projects hosted here as long as you use it for personal use.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, June 1, 2015 12:51 PM -
User-820932772 posted
We have to build and run the tests from a command prompt, run build.cmd.
git clone https://git01.codeplex.com/aspnetwebstack.git
Wednesday, August 26, 2015 2:43 AM