I have 6 member开发者_StackOverflow中文版s 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?
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
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.
精彩评论