![]() |
|
Programming with team - Printable Version +- Sinisterly (https://sinister.li) +-- Forum: Coding (https://sinister.li/Forum-Coding) +--- Forum: Visual Basic & .NET Framework (https://sinister.li/Forum-Visual-Basic-NET-Framework) +--- Thread: Programming with team (/Thread-Programming-with-team) |
Programming with team - millionandbell - 03-28-2017 My buddy and i have been trying to sort of like "Team Code" i'm wondering if there is a feature in visual studio or a program that lets us code a program simultaneously? I feel like a dummy for not figuring out how this visual studio team thing works RE: Programming with team - Bish0pQ - 04-02-2017 You mean something like Titanpad, though that isn't really meant for coding. You can setup a codiad server, this would allow you to code with multiple people at once, I'm not sure syntax highlighting is enabled for every language though. It's pretty easy to install, and doesn't require a lot, I used to run a server on my PI. RE: Programming with team - Pikami - 04-02-2017 You can use Git If you are using VS you should be able to get GIT from the NuGet package manager RE: Programming with team - HexCrypt - 04-28-2017 You can use VS Anywhere, I've used that before and it's extremely stable and made for VS. RE: Programming with team - Darkbyte - 04-28-2017 Use git as mentioned here or a subversion server. RE: Programming with team - insidious - 05-09-2017 Git all the way, that's the best way to work as a team. Plus, learn git now you'll be using it for the rest of your career and know exactly what's up. It's helped me in a ton of different scenarios. Here's a pretty good guide to get started: http://rogerdudler.github.io/git-guide/ RE: Programming with team - millionandbell - 05-17-2017 starting the guide now! sorry for such a late reply, been going through some stuff |