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
- Guice, https://github.com/google/guice
- Spring Framework, http://spring.io/
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
- CodeNarc, http://codenarc.sourceforge.net/ also as a Maven plugin
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
- QUnit, http://docs.jquery.com/Qunit
- 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++
- BullseyeCoverage, http://www.bullseye.com/
- 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/
- TortoiseHG, Windows Explorer extension, http://tortoisehg.bitbucket.org/
- 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/
- TortoiseBzr, https://launchpad.net/tortoisebzr
- Pastic SCM, http://www.plasticscm.com
- Darcs, http://darcs.net/
- TortoiseDarcs, http://tortoisedarcs.sourceforge.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
- YourKit, http://www.yourkit.com/
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