I keep hearing there are tons of bug trackers, but not so many build in .net - Stack Overflow most recent 30 from stackoverflow.com 2009-11-26T21:18:00Z http://stackoverflow.com/feeds/question/451718 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/451718/i-keep-hearing-there-are-tons-of-bug-trackers-but-not-so-many-build-in-net 1 I keep hearing there are tons of bug trackers, but not so many build in .net Blankman 2009-01-16T19:51:29Z 2009-01-16T20:20:14Z <p>Hi,</p> <p>Yes there are tons of bug trackor applications to buy, but being a .net shop, and always leaning towards purchasing .net build products, I don't see that many options when it comes to bug trackers.</p> <p>From the top of my head I can only think of 2, axosoft and gemini.</p> <p>What else is out there?</p> <p>Am I alone here or do most other .net shops want .net build products?</p> http://stackoverflow.com/questions/451718/i-keep-hearing-there-are-tons-of-bug-trackers-but-not-so-many-build-in-net/451726#451726 2 Answer by Mitchel Sellers for I keep hearing there are tons of bug trackers, but not so many build in .net Mitchel Sellers 2009-01-16T19:54:22Z 2009-01-16T19:54:22Z <p>I have used <a href="http://www.bugnetproject.com/" rel="nofollow">BugNet</a>, which is .NET based, actually it appears to be based on an older version of DotNetNuke.</p> <p>It isn't perfect, but it works. You can see my styled version <a href="http://productsupport.iowacomputergurus.com" rel="nofollow">here</a>.</p> http://stackoverflow.com/questions/451718/i-keep-hearing-there-are-tons-of-bug-trackers-but-not-so-many-build-in-net/451731#451731 10 Answer by Bramha Ghosh for I keep hearing there are tons of bug trackers, but not so many build in .net Bramha Ghosh 2009-01-16T19:55:16Z 2009-01-16T19:55:16Z <p>It couldn't matter less to me what technology the bug tracker is built in. I like FogBugz alot, and it's not .Net based. Neither is Bugzilla, and we've used that to track .Net projects. </p> <p>There's really no point in worrying about the underlying technology of the tools you need to do your job right.</p> http://stackoverflow.com/questions/451718/i-keep-hearing-there-are-tons-of-bug-trackers-but-not-so-many-build-in-net/451733#451733 2 Answer by Shog9 for I keep hearing there are tons of bug trackers, but not so many build in .net Shog9 2009-01-16T19:55:23Z 2009-01-16T19:55:23Z <p>Well, there's always <a href="http://ifdefined.com/bugtrackernet.html" rel="nofollow">BugTracker.NET</a>...</p> <p>Personally, i don't really care what the system is written in. So long as it isn't Classic ASP. Ew.</p> http://stackoverflow.com/questions/451718/i-keep-hearing-there-are-tons-of-bug-trackers-but-not-so-many-build-in-net/451743#451743 0 Answer by webdtc for I keep hearing there are tons of bug trackers, but not so many build in .net webdtc 2009-01-16T19:58:05Z 2009-01-16T19:58:05Z <p>You forgot FogBugz. I don't think it's entirely in .net but parts of it definitely is.</p> <p>Also I am the same when looking for open source options. I look for .net products first because I know how they work. With closed source options or hosted options I don't care much.</p> http://stackoverflow.com/questions/451718/i-keep-hearing-there-are-tons-of-bug-trackers-but-not-so-many-build-in-net/451746#451746 0 Answer by Krishna Kumar for I keep hearing there are tons of bug trackers, but not so many build in .net Krishna Kumar 2009-01-16T19:59:37Z 2009-01-16T19:59:37Z <p>This Issue Tracker application from Microsoft can also be used: [<a href="http://www.asp.net/downloads/archived/starter-kits/issue-tracker/" rel="nofollow">http://www.asp.net/downloads/archived/starter-kits/issue-tracker/</a>]</p> http://stackoverflow.com/questions/451718/i-keep-hearing-there-are-tons-of-bug-trackers-but-not-so-many-build-in-net/451828#451828 0 Answer by Robert S. for I keep hearing there are tons of bug trackers, but not so many build in .net Robert S. 2009-01-16T20:18:58Z 2009-01-16T20:18:58Z <p>Parts of <a href="http://www.sourcegear.com" rel="nofollow">Fortress</a> were built in .NET.</p> http://stackoverflow.com/questions/451718/i-keep-hearing-there-are-tons-of-bug-trackers-but-not-so-many-build-in-net/451832#451832 1 Answer by Daniel for I keep hearing there are tons of bug trackers, but not so many build in .net Daniel 2009-01-16T20:20:14Z 2009-01-16T20:20:14Z <p>I've recently been tasked with getting an open source bug tracking system up for my company. I looked through many of the commercial and open source systems available and finally settled on <a href="http://ifdefined.com/bugtrackernet.html" rel="nofollow">BugTracker .NET</a>, which is free.</p> <p>I am definitely happy with my decision. The system is very feature rich, especially in the email notifications area. But the part that I like about it the most is it's flexibility. My bosses wanted tons of different changes done to it when I first demoed the app to them. Amazingly 99% of the changes didn't require me to write any code, they were either settings in the admin config or the web.config. And for the coding modifications I did make I can say the app's code is certainly understandable and isn't too hard to modify if you need to (which you probably won't).</p>