Navigation

Search

Categories

On this page

Development Tools

Archive

Blogroll

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

RSS 2.0 | Atom 1.0 | CDF

Send mail to the author(s) E-mail

Total Posts: 112
This Year: 50
This Month: 0
This Week: 0
Comments: 0

Sign In

 Friday, November 09, 2007
Friday, November 09, 2007 9:40:05 PM (Eastern Standard Time, UTC-05:00) ( )

Here are a few of development tools I've found useful

  • RegExDesigner.NET - A tool for building and testing regular expressions in .NET
  • Fiddler - Fiddler is a HTTP Debugging Proxy which logs all HTTP traffic between your computer and the Internet. Fiddler allows you to inspect all HTTP Traffic, set breakpoints, and "fiddle" with incoming or outgoing data. It's very similar to Firefox tool, Firebug. I found it very helpful with writing javascript that makes any type of XmlHttp calls.
  • IE Development Toolbar - This one's very cool. Check out the Overview section for everything that it does.