Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <ul> <li><a href="http://www.icsharpcode.net/OpenSource/SD/" rel="nofollow noreferrer">SharpDevelop</a> or <a href="http://www.microsoft.com/visualstudio/en-gb/products/default.mspx?WT.srch=1" rel="nofollow noreferrer">visual studio 2008 express</a> for an IDE </li> <li><a href="http://subversion.tigris.org/" rel="nofollow noreferrer">Subversion</a> for source control. (With <a href="http://tortoisesvn.tigris.org/" rel="nofollow noreferrer">tortoise svn</a> and <a href="http://ankhsvn.open.collab.net/" rel="nofollow noreferrer">ankhsvn</a> for clients with a <a href="http://www.visualsvn.com/server/" rel="nofollow noreferrer">visual svn server</a>) </li> <li><a href="http://confluence.public.thoughtworks.org/display/CCNET/Welcome+to+CruiseControl.NET" rel="nofollow noreferrer">Cruise control .net</a> for continuous integration </li> <li><a href="http://www.nunit.org/index.php" rel="nofollow noreferrer">NUnit</a> for unit tests </li> <li><a href="http://ifdefined.com/bugtrackernet.html" rel="nofollow noreferrer">BugTracker.net</a> or <a href="http://trac.edgewall.org/" rel="nofollow noreferrer">Trac</a> for a defect database (Trac also has a wiki) </li> <li><a href="http://www.screwturn.eu/" rel="nofollow noreferrer">ScrewTurn</a> for a standalone wiki.</li> </ul> <p>This is pretty much the set-up we have.</p> <p>If you have a full version of visual studio 2008 rather than the express edition, it integrates the inbuilt MSTest much better than NUnit does, and cruise control also supports MSTest.</p> <p>BugTracker.net and Trac both have subversion integration, (although IIRC trac is a bit weird to get set up). The gotcha to watch out for with Trac is that it doesn't support multiple projects very well, this was why we went for BugTracker.net in the end. (This may have changed, I know it was planned for a future version when we were last looking at it 6 months ago)</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload