Codeplex is an open-source Microsoft website (http://www.codeplex.com/). developers can create their own open-source projects on it.
And performSource codeVersion Control and bug/task allocation management.
Source used on codeplexCodeManagement Software is Microsoft's team Foundation server for management. Team Foundation server is Microsoft's internal use of source code management software. is a substitute for VSS. Its Introduction: http://www.microsoft.com/china/msdn/vstudio/teamsystem/team/
Start with the question.
Create a project
1. Click the https://www.codeplex.com/UserAccount/Register.aspx to enter the registration.
2. After successful registration and login, enter https://www.codeplex.com/project/projectcreation.aspxaddress to create your project.
3. After the creation is complete, enter http://www.codeplex.com/your project name to go to your project management. For example, I: ttp: // www.codeplex.com/framework
4. After the project is created, you must upload your software to codeplex. Otherwise, the project you created will be deleted 30 days later.
Upload your source code
Codeplex provides four source code management methods
1. codeplex client uploads and updates using command lines. (I tried it for a while, which is too inconvenient. he can only add files one by one. cannot add a directory. A word: Tired download/introduction address: http://www.codeplex.com/CodePlexClient
2. eamprise explorer is not trial
3. The best management tool for Visual Studio team explorer, but 246 MB is a bit large. Introduction/download/installation instructions: http://www.codeplex.com/CodePlex/Wiki/View.aspx? Title = obtaining % 20the % 20 team % 20 explorer % 20 Client
After connecting to the source code of codeplex Through Visual Studio team explorer, you can manage bugs/task allocation in projects, in addition, you can add other codeplex accounts to your project. multiple developers can be simultaneously developed.
4. If you have installed the team Foundation Server Client, you can directly use the team Foundation server to connect to the project you have created. It has the same functions as Visual Studio team explorer.
Codeplex should be the most valuable recommendation for open-source software development on. NET. Its Seamless integration with vss2005 will make your development more convenient.
By the way, let's take a look at my open source project: http://www.codeplex.com/FrameWork, which was released on codeplex.