0

I have 6 members in my team in my office. Now I am working in a VB.NET project. Anybody can tell me how can I share this project within my team?

I want to have only one project folder in my server. I want all my other members will work from this server's project folder. This is possible in VB.NET?

Tareq
  • 1,999
  • 2
  • 28
  • 57

2 Answers2

1

Its not a question of VB.Net. What you need is a source control system. Something like Subversion (svn) or if you must Visual Source Safe.

ozczecho
  • 8,649
  • 8
  • 36
  • 42
1

ozcecho is right...but, there are many options out there. No need in re-inventing the wheel though, check out a question already on SO discussing source control for small teams:

Visual Studio 2008 source control for small teams

Community
  • 1
  • 1
Nick Craver
  • 623,446
  • 136
  • 1,297
  • 1,155