views:

38

answers:

1

I am looking for project management tool in .NET which is open source (comes with source code for extension/customization).

I Googled found few open source project management tools like:

  1. Redmine but it has source code in Ruby
  2. GanttProject but it looks like for individual usage
  3. dotProject, not good

and lot many but with Java source code.

MS TFS does have project management capabilities but it is focused on developers/team.

A: 

Former dotProject contributor here...

A couple years back, we forked from dotProject to form web2project. In that time, we've removed about 30% of the codebase, improved performance by 20-50x, closed 100+ issues, and even have the beginnings of a solid API underway. With the last release, we added IIS support and with one of our next releases, we'll have SQL Server support too.

No, it's not written in a .net language but it might be a viable alternative.

CaseySoftware