Development Tools
Introduction
Even Chris created his article of Useful Reference Books ages ago I just bumped into it, and after adding my bit I thought to do something similar in the field of development tools.
So feel free and add tools you found useful in your career - and check back to see what others are using.
No spam, no advertising, no commercial stuff. Feel free to add closed-source Tools, as long as they are available for free.
Contents
- Code Editors
- IDEs
- Web Servers
- Version Control
- Real Time Application Info
- .Net (Sub) Frameworks
- JavaScript Frameworks
- Diff / Merge
- Regular Expressions
- Diagramming Tools
- Documenting
- Testing
- Online Playgrounds
- LINQ Tools
- Front-end Frameworks
- Disassemblers / decompilers / inspectors
- XAML / WPF
- SQL databases
- NOSQL databases
- Database related tools
- Continuous build process / Build tools
- Diagnostics
- Continuous Integration
Code Editors
Integrated Development Environment (IDE)
- Eclipse Primarily for Java
- NetBeans Primarily for Java. Can also be used for PHP, C/C++, and HTML5
- Android Developer Tools, Windows 64bit
- Android Developer Tools, Windows 32bit
- Android Developer Tools, Mac OS 64bit
- Android Developer Tools, Linux 64bit
- Visual Studio for .NET Desktop/Web/Mobile Development
- EmEditor
- SharpDevelop
- MonoDevelop
- Android Studio
- Bluefish Editor
Web Servers
Version Control
Real Time Application Info
.NET (Sub) Frameworks
JavaScript Frameworks
- jQuery
- AngularJS
- knockoutJS
- three.js (library for creating 3D graphics)
Diff/Merge
- Araxis Merge
- Beyond Compare
- Wimerge
- DiffUtils(useful for scripting diff; combine with this script to get HTML output)
Regular Expressions
Diagramming Tools
Documenting
Testing
Online Playgrounds
LINQ Tools
Front-end Frameworks
Disassemblers / decompilers / inspectors
XAML / WPF
SQL databases
- MariaDB
- MySQL
- Firebird
- PostgreSQL
- SQL Server Express Edition
- Oracle Database Express Edition 11g Release 2
NOSQL databases
General
Document store
Database related tools
- Toad for SQL Server Freeware
- Toad for Oracle Freeware
- Toad for MySQL Freeware
- Toad for Sybase Freeware
- More Toad...
- Oracle SQL Developer
- Oracle SQL Developer Data Modeler
- SQLTools for Oracle
Continuous build process / Build tools
Diagnostics
Continuous Integration
Development Tools的更多相关文章
- 翻译:常见问题——ABAP Development Tools for Eclipse
ABAP Development Tools for Eclipse(简称ADT)是一个基于Eclipse的全新ABAP IDE,这篇文档试图回答有关ADT的最重要的常见问题.这只是一个开始,如果你对 ...
- android 安装 出现Android Native Development Tools不能安装
Software being installed: Android Native Development Tools 20.0.0.v201206242043-391819 (com.android. ...
- How To Install Development Tools In Linux
In this brief tutorial, we will be discussing how to install development tools in popular Linux di ...
- Android development tools line_endings hacking
/******************************************************************** * Android development tools li ...
- Linux之一次性安装开发工具:yum groupinstall Development tools
[spark@sparksinglenode ~]$ yum grouplist | moreLoaded plugins: fastestmirror, refresh-packagekit, se ...
- Lua Development Tools (LDT)
http://www.eclipse.org/ldt/ Lua Development Tools (LDT) is about providing Lua developers with an ID ...
- yum groupinstall "Development Tools" 批量安装软件
注:可以通过 yum grouplist 来查看可能批量安装哪些列表 从Windows转到Linux下面,一个不习惯的地方就是在图形界面下安装和删除软件的时候非常缓慢.但是如果你掌握了用yum的命令行 ...
- Chrome development tools学习笔记(5)
调试JavaScript 随着如今JavaScript应用的越来越广泛,在面对前端工作的时候,开发人员须要强大的调试工具来高速有效地解决这个问题.我们文章的主角,Chrome DevTools就提供了 ...
- ADT Android Development Tools
ADT(Android Development Tools)在Eclipse编译IDE环境中,需安装ADT(Android Developer Tools)Plug-in,这是Android在Ecli ...
随机推荐
- 不错位的java .class 反编译工具推荐
我们经常会反编译看一些class文件,但是反编译出来的文件里面会有很多杂乱的东西 一直以来都是用的idea来反编译的,只要把class文件往里面一拖就行了 这么用没问题,用来看看源码什么的都OK 但是 ...
- HTML5学习笔记(十四):变量作用域
在JavaScript中,用var申明的变量实际上是有作用域的. 如果一个变量在函数体内部申明,则该变量的作用域为整个函数体,在函数体外不可引用该变量: function foo() { var x ...
- org.apache.flink.runtime.entrypoint.StandaloneSessionClusterEntrypoint
org.apache.flink.runtime.entrypoint.StandaloneSessionClusterEntrypoint-Xms2024m -Xmx2024m -Dlog.file ...
- .NET+MVC+Alipay的Sdk版单笔转账到支付宝账户接口
public class AliPayController : Controller { // GET: AliPay public ActionResult Index() { return Red ...
- angular学习笔记(三十)-指令(6)-transclude()方法(又称linker()方法)-模拟ng-repeat指令
在angular学习笔记(三十)-指令(4)-transclude文章的末尾提到了,如果在指令中需要反复使用被嵌套的那一坨,需要使用transclude()方法. 在angular学习笔记(三十)-指 ...
- Android 开发添加控件事件的三种方式
import android.app.Activity; import android.os.Bundle; import android.view.View; import android.view ...
- IIS6 301重定向和IIS7 301重定向
IIS6 301重定向 1.先在IIS里把网站正常发布,例如域名为(www.114390.com) 2.再硬盘上建一个空文件夹 3.再到IIS里建一个网站,例如域名为(114390.com),指向这个 ...
- Spring Boot Application 事件和监听器
https://www.cnblogs.com/fdzfd/p/7872909.html ***************************************************** 一 ...
- C# FileStream 文件复制
方法: /// <summary> /// 文件复制 /// </summary> /// <param name="source">源文件,例 ...
- css超出一行添加省略号属性:text-overflow和white-space
通过使用text-overflow和white-space属性来使文本在一行内显示,超出则加省略号,添加如下html代码: <p>前端开发博客专注前端开发和技术分享,如果描述超过100像素 ...