Friday, November 09, 2007 9:40:05 PM (Eastern Standard Time, UTC-05:00) (
ASP.NET )
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.