16 Feb 2014
My Development Tools
These are the tools I use daily...
IDE Tools
Visual Studio IDE2013 – the latest and greatest, if you are a .net coder then this is the IDE you use. |
Visual Studio Extensions
Database Tools
|
PL/SQL Developerfor oracle package coding, debugging, profiling, querying. |
|
Sql Management studio 2012for ms sql stored procedure coding & querying. |
Other Tools
|
Notepad++a great MDI notepad. |
Agent RansackFinding files and their contents on your hard drives.http://www.mythicsoft.com/agentransack/ |
|
Paint.NETis free image and photo editing software for PCs that run Windows. |
|
Fiddleris a HTTP debugging proxy server application written by Eric Lawrence. It captures HTTP and HTTPS traffic and logs it for the user to review.It can also be used to modify ("fiddle") with HTTP traffic for troubleshooting purposes as it is being sent or received. Any browser or web application can be configured to route its traffic through Fiddler. Great for debugging your WCF services. |