I am writing a Windows 7 Phone App on Visual Studio Express, and I have a partner I want to send my code to on a different computer. Is there a good program to do this with, sending a Silverlight/XAML App to another computer?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you just want to send it there, zip it up and email it or use a file copy (if it’s on the same network)
If it’s something you’ll both be working on, you should be using source control. (I prefer SVN, but there are other options. You can usually get a hosted solution for a source control repository as well.
There’s also CodePlex if you want to share with a bunch of people…
Really, there are so many options, this is just scratching the surface.
FTP could work
Hosting it on a web server could work…
Heck if you’re on the same network, the XCOPY command can work..