Architecture / Design
Inversion of Control / Dependency Injection
- .Net
- autofac, http://code.google.com/p/autofac/
- Microsoft Unity, http://msdn.microsoft.com/en-us/library/cc468366.aspx
- NinJect, http://ninject.org/
- Spring.NET, http://www.springframework.net/
- StructureMap, http://structuremap.sourceforge.net/Default.htm
Attempt to standardize access to DI containers:
- Microsoft Common Service Locator, http://www.codeplex.com/CommonServiceLocator
Comparison of some DI frameworks.
- Java
Refactorization
- .Net
- JetBrains ReSharper (VS Add-In), http://www.jetbrains.com/resharper
- DevExpress CodeRush Express (VS Add-In)
- Visual Studio (Std Edition and higher)
- C++
- VisualAssistX, plugin for Visual Studio, http://www.wholetomato.com/
- Java
- included in Eclipse http://www.eclipse.org
- included in IntelliJ IDEA http://www.jetbrains.com/idea/
Metrics / code analysis
- .Net
- NDepend, http://ndepend.com/
- Simian, http://www.redhillconsulting.com.au/products/simian/ - detects violations of the DRY principle in the code
- SourceMonitor, http://www.campwoodsw.com/sourcemonitor.html
- IOSP Analyzer, https://ccd-akademie.de/iosp-analyzer/
- Java
- Sonar, http://www.sonarqube.org/
- PMD, http://pmd.sourceforge.net/ also as a Maven plugin
- Checkstyle, http://checkstyle.sourceforge.net/ also as a Maven plugin
- FindBugs, http://findbugs.sourceforge.net/ also as a Maven plugin
- Groovy
Automated testing
Integration tests, UI tests
- .Net
- Ranorex (integration tests for desktop and web applications and general UI automation), http://www.ranorex.com/
- WatiN (integration tests for web applications), http://watin.org/
- WatiR (web applications), http://watir.com/
- Telerik Teststudio (testing of desktop, web and Silverlight applications), http://www.telerik.com/teststudio
- white (Win32, WinForms, WPF, SWT), https://github.com/TestStack/White
- Selenium (web applications), http://seleniumhq.org/
- Silverlight Selenium (Silverlight applications), http://code.google.com/p/silverlight-selenium/
- SilverUnit (Silverlight applications), http://cthru.codeplex.com/
- Java
- QF-Test - for Swing, SWT, JavaFX and web applications http://www.qfs.de/de/qftest/index.html
Unit tests
- .Net
- NCrunch, http://www.ncrunch.net/ (continuous testing for Visual Studio)
- NUnit (Unit Test Framework), http://nunit.org/
- JetBrains ReSharper (VS Add-In), http://www.jetbrains.com/resharper/ (contains a test runner for NUnit and other test frameworks)
- Testdriven.Net (VS Add-In), http://testdriven.net/ (Testrunner for NUnit and other test frameworks)
- Visual Studio (Pro Edition and higher)
- xUnit.net, https://github.com/xunit/xunit
- C++:
- Google Test, http://code.google.com/p/googletest/
- CppUnit, http://cppunit.sourceforge.net/
- Java
- JUnit, http://qunitjs.com/ (already included in Eclipse, incl. Testrunner)
- Hamcrest, http://code.google.com/p/hamcrest/
- Infinitest, https://infinitest.github.io/ (continuous testing for Eclipse and IntelliJ)
- JavaScript
- Python
- unittest - integrated in the standard lib
- unittest2, http://pypi.python.org/pypi/unittest2/
- nose, http://pypi.python.org/pypi/nose/
List of unittest frameworks at Wikipedia
Mockup Frameworks
- .Net
- Moq, https://github.com/Moq/moq4
- NMock, http://nmock.org/
- Rhino Mocks, http://ayende.com/projects/rhino-mocks.aspx
- TypeMock Isolator, http://typemock.com/
- C++
- Google Mock, http://code.google.com/p/googlemock/
- mockpp, http://mockpp.sourceforge.net/index-en.html
- Java
- EasyMock, http://easymock.org/
- JMock, http://www.jmock.org/
- mockito, https://github.com/mockito/mockito
Code Coverage Analysis
- .Net
- JetBrains dotCover, http://www.jetbrains.com/dotcover/
- NCover, http://www.ncover.com/
- Visual Studio Team System
- C++
- Java
- Cobertura http://cobertura.sourceforge.net/is also available as a Maven plugin
- Emma http://emma.sourceforge.net/is also available as a Maven plugin
- Python
Production
Build tools
- ANT the indispensable busy ant http://ant.apache.org
- MAVEN prototype-driven generator, build controller, internet repository http://maven.apache.org
Version control
Central
- Subversion (SVN), http://subversion.apache.org/
- VisualSVN (VS Add-In, Subversion Server), http://visualsvn.com/
- TortoiseSVN, http://tortoisesvn.tigris.org/
- Team Foundation Server, http://msdn.microsoft.com/en-us/tfs2008/default.aspx
- Vault, http://www.sourcegear.com/vault/index.html
Distributed
- Mercurial (HG), http://mercurial.selenic.com/
- Git, http://git-scm.com/
- TortoiseGIT, http://code.google.com/p/tortoisegit/
- Gerrit, http://code.google.com/p/gerrit/
- msysgit, http://msysgit.github.io/
- Bazaar, http://bazaar.canonical.com/en/
- Pastic SCM, http://www.plasticscm.com
- Darcs, http://darcs.net/
- IBM CM Synergy http://www-01.ibm.com/software/awdtools/synergy/
- Veracity http://www.veracity-scm.com/
Continuous Integration
- FinalBuilder (visual scripts for CI and general batch tasks), http://www.finalbuilder.com
- JetBrains TeamCity, http://www.jetbrains.com/teamcity/
- Azure Pipelines, https://azure.microsoft.com/de-de/services/devops/pipelines/
- VisualBuild, http://www.kinook.com/VisBuildPro/
Profiler
- .Net
- JetBrains dotTrace, http://www.jetbrains.com/profiler/
- Red-Gate ANTS, http://www.red-gate.com/products/ants_performance_profiler/index.htm
- Java
Development process
- Team Foundation Server, http://msdn.microsoft.com/en-us/tfs2008/default.aspx
- VersionOne, http://www.versionone.com/
- Pivotal Tracker, http://www.pivotaltracker.com/
- Redmine, http://www.redmine.org/
Issue Tracking
- Bugzilla, https://www.bugzilla.org/
- Team Foundation Server, http://msdn.microsoft.com/en-us/tfs2008/default.aspx
- Trac, http://trac.edgewall.org/
- JetBrains YouTRACK, http://www.jetbrains.com/youtrack/index.html
- Mantis, http://www.mantisbt.org/
- JIRA, http://www.atlassian.com/software/jira/
- Polarion TRACK & WIKI, http://www.polarion.com/
- IBM CM Change http://www-01.ibm.com/software/awdtools/change/
can be integrated with the above-mentioned CM Synergy - Redmine, http://www.redmine.org/
Application Lifecycle Management
- Requirements Engineering, Software Configuration Management, Quality Management
- Polarion, http://www.polarion.com/
- Rationale, http://www-01.ibm.com/software/rational/alm/
Clean Code Developer
- CCD cheat sheet in Visual Studio, https://github.com/AlexZeitler/CcdAddIn
- CCD app for Windows 8, http://tinyurl.com/b4pappn