在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
From: http://blogs.worldnomads.com.au/matthewb/archive/2004/01/12/194.aspx Its suprising how many people are attempting to do team development with ASP.NET, or even just .NET, and have not even known about nor read the Team Development with Visual Studio .NET and Visual SourceSafe guide from Microsoft (a PDF version is also available on that page for downloading as a local reference). I cannot stress how helpfull this guide is when setting up your systems and processes for team development. Spend the time and have a read, it is definitely well worth it. Also, when using Visual Studio .NET and Visual SourceSafe to work on ASP.NET projects, ensure that the first person working on the project checks the solution into SourceSafe from within the Visual Studio environment (File -> Source Control), and then each user who is first starting on the solution, opens the solution from source control via Visual Studio's menu for Source Control. 现在有很多开发人员在使用 ASP.NET 或者仅仅只是 .NET 来做团队开发,然而很惊讶的是很大一部分竟然不知道或者没有读过 Microsoft 网站上的这篇文章: Team Development with Visual Studio .NET and Visual SourceSafe(在此页面上也有 PDF 格式的可下载版本)。 我不能强调说这篇文章对于我们建立团队开发的机制和过程有非常大的帮助,但是花点时间去仔细阅读这篇问卷是绝对值得的。 当使用 Visual Studio .NET 和 Visual SourceSafe 创建 ASP.NET 工程的时候,确保第一个开发人员从 Visual Studio 开发环境(菜单 File-> Source Control)中将解决方案签入到 SourceSafe 中。然后别的开发人员在第一次打开解决方案的时候,只需要从源代码管理里面直接打开解决方案就可以了(Visual Studio菜单中的 File -> Source Control)。 另外,我建议在创建工程的时候,尽量不要创建 ASP.NET Web 工程,而选择创建类库工程。具体请查看 Some tips for using visual studio .net . |
请发表评论