List of small tools which I am using for software development.All are free...
Debugging
Name | Description | Download link | |
FireBug | Firefox extension for debugging HTML and CSS.Supports runtime changing of values | Firebug | |
Reflector | A .Net decompiler.This helps to analyze ,browse and extract .net assemblies. | Reflector | |
Snoop | A debugger for WPF applications. It helps to analyze the current status of WPF application including events by attaching itself to any running WPF app. We can change the values using this to see effects | Snoop | |
Silverlight spy | This is a runtime debugger for Silverlight applications | Silverlight spy | |
Fiddler | A network traffic monitoring tool.Shows all your request response datas including https traffic. | Fiddler | |
.Net Profiler | A free tool from Microsoft to profile .Net applications. | .Net Profiler | |
Process Monitor | Tool to monitor the activities of a process such as file access ,registry access etc... | Process monitor | |
Assembly fusion log viewer | Displays the details how many assemblies loaded and their physical location.Easy to identify the assembly not found issues | .Net sdk tool |
Coding Utilities
Name | Description | Download link |
Xml Studio | Helps to build XPath queries | XML studio |
WMI code generator | Tool from Microsoft which generates WMI code to manage computer in C# and VB.Net.It helps us to use System.Management namespace easily | WMI code generator |
RegExr | Its a online tool to create regular expressions. | RegExr |
Database
Name | Description | Download link |
SQLDBSize | Displays size usage graphically | SQLDBSize |
External links
http://www.impactlab.net/2013/08/02/top-100-tools-for-coders-and-developers/
Update
2020-06-17
This post is outdated and replaced by https://joymonscode.blogspot.com/2017/05/toolbox-for-open-source-developers.html
No comments:
Post a Comment