In my last post, titled "10 Tools Which I Left After Using VSTS 2008", I have included a list of 10 tools which I am not using currently, as I have the corresponding features available in Visual Studio Team System 2008. However, on the other hand, I am still using few tools even I have VSTS 2008!
Here are 10 of among them..
1. Code Smith: An excellent template based code generator.
2. Crystal FTP: Excellent FTP client tool.
3. Total Validator: One of the most powerful tool that I ever seen, which includes very nice feature to validate web standards.
4. Diff Marge: A tool that enables us to investigate and/or synchronize the difference between two files or folders.
5. Design Pattern Automation Toolkit: An excellent open source tool, by which we can automate and generate source code with respect to established design patterns.
6. Office Visio 2007: Although Visual Studio has support for diagramming, however Office Visio 2007 is still # 1 choice for me, with respect to analyzing, modeling, designing the application system on which I am working on. It contains a wide range of support of notation, including UML, Enterprise Application, Prototyping.
7. Copy Source As HTML: Bloogers like me, always needs to copy own source code from Visual Studio IDE, to be posted. This tool serves me this purpose.
8. Spell Checker: Its really a nice thing, if my code don't have any spell mistakes, which can occur frequently. Wonderful tool to help developers!
9. SysInternalSuite: A nice system spy tool for developers and system admin. It contains lots of useful tools, to investigate the system with respect to the current execution of your application.
10. Employee Info Starter Kit: An excellent ASP.NET starter kit, which includes most of the web and coding best practices. Helps web developers to reduce start-up preparation time for web application.
I have started using Visual Studio Team System (VSTS) 2008, recently. Previously I worked with Visual Studio 2005. As a matter of fact I had to use lots of external tools to perform and speedup my development process. However, while working with VSTS 2008, it's very exciting for me that, I found replacements for most of the external tools there.
Here are 10 tools which I left after using VSTS 2008:
1. Database Schema Compare
External tool: Redgate SQL Compare
VSTS 2008 tool: Menu -> Data -> Schema Compare
2. Database Data Compare
External tool: Redgate SQL Data Compare
VSTS 2008 tool: Menu -> Data -> Data Compare
3. Database Data Generator
External tool: Data Gen 0.9
VSTS 2008 tool (power tool): Add -> New Item -> Data Generation Wizard
4. Unit Testing
External tool: Test Driven.NET
VSTS 2008 tool: Menu -> Test -> New Test
5. Web Testing
External tool: Badboy
VSTS 2008 tool: Menu -> Test -> New Test
6. Load Testing
External tool: Neoload
VSTS 2008 tool: Menu -> Test -> New Test
7. Code Profiling
External tool: Redgate ANTS Profiler
VSTS 2008 tool: Menu -> Analyze -> Launch Performance Wizard
8. Code Analysis
External tool: Fxcop
VSTS 2008 tool: Menu -> Analyze -> Run Code Analysis
9. Code Matrics
External tool: nDepend
VSTS 2008 tool: Menu -> Analyze -> Calculate Code Matrics
10. Java Script Debugging
External tool: Code Project Java Script Debugging Tool
VSTS 2008 tool: see Scott Gu's post on it.
