tags:

views:

591

answers:

10

I assume that the basic setup for ASP.net web development today is:

  1. Windows Vista (or XP)
  2. Visual Studio 2008
  3. SQL Server 2005
  4. IIS 7
  5. The .net Framework v3.5

So, what combination of tools, addons, libraries, etc do you always install to increase your productivity and support your development?

For me, it is always:

I'd be very interested to know what your 'complete' development environment looks like today.

Edit - Added some more tools I forgot and made it a community wiki. Thanks for all the answers!

+2  A: 

The basic, plus

David Basarab
+1  A: 

Windows XP Visual Studio 2005 and 2008 SQL SErver 2005 IIS 6 .NET Framework 3.5

TheTXI
+1  A: 

The basic plus:

  • Resharper
  • Subversion
  • AJAX Tool Kit
  • FCKEditor
  • Reflector
  • Re-Motion (re-motion)
  • Test-Driven .Net
  • HTTPWatch
  • DotNetTrace
  • FitNesse
Gambrinus
+1 for reflector, td.net and trace
annakata
+1  A: 

Hmm. Similar to above

Professionally:

  • XP / Windows Server 2003 (IIS 6)
  • VS2008 Standard
  • SQL Server 2005
  • NUnit
  • jQuery
  • TinyMCE
  • Visual Source Safe (eeek!!)
  • SQL Effects Clarity
  • GhostDoc
  • Fiddler
  • Beyond Compare (best of the lot)

Personally:

  • Vista / Ubuntu
  • MySql 5
  • VS2008 / MonoDevelop
  • Subversion

And how could I forget, .NET reflector

Andrew Corkery
+1 for beyond compare - and yes it's the best comparison tool
Gambrinus
A: 

Basic plus:

& WinAmp :)

Nick
A: 

Here is my basic setup:

  • Windows XP Pro SP3
  • IIS 5.1
  • .Net 2.0,3.0, and 3.5
  • VS 2008
  • Subversion(new code), Viusal SourceSafe (legacy code)
  • CruiseControl
  • Resharper
  • nAnt

Process overview points

  • Agile
  • Scrum
  • XP
  • TDD
JB King
+1  A: 
  • Windows Vista (Please let Win7 be as good as people are saying)
  • IIS 7
  • .Net 3.5
  • VS 2008
  • SourceGear
  • CruiseControl (just got it setup and loving it)
  • Resharper (CAN NOT live without)
  • StyleCop (Just started using it, what a pain but it'll pay off in the end)
  • FxCop ( See StyleCop comment)
  • Firebug (Resisted at first...have no idea why)
  • Telerik Ajax Suite (Pricey and bloated...but pretty to look at)
  • Notepad++ (Quick and painless)
  • Free SMTP Server (No SMTP server on Vista)
  • Nunit (Like it...wish I was a guru and will use more and more)
  • Reflector ("So...how did the smart guys do it...")
  • CAT.NET (stay away evil doers)
  • Ritalin ("Thank the maker")
domus.vita
A: 

Added to your basics

  • NUnit Framework
  • Castle Windsor (Inversion of Control container)
  • NHibernate ORM with Fluent NHibernate
  • Resharper TestDriven.net NBehave (for BDD style unit testing)
  • Subversion
  • Tortoise SVN (windows integration for subversion)
  • Visual SVN (for VS integration for subversion and subversion server management)
  • Castle Validators
  • Firebug
  • Team City (for continuous integration)
  • Rhino Mocks (for mocking and stubs)
  • JQuery and various plugins
  • Rake for automatic building on new projects and NANT on legacy projects
  • Red gate SQL Compaire and SQL Data Compaire (essental for moving database around)
  • Auto Mapper (converting domain models to Data transfer objects)
  • Log4Net for logging
Colin G
do you really use automapper along with NHibernate?i like the concept of automapper, but i don't think i will be able to justify the performance hit for an asp.net web app.
ronaldwidha
@ronaldwidha yeah have never had a problem using both. There is that big a performance hit. only place you might get some is with the reflection which is negligible these days
Colin G
A: 

basic, plus:

  • SuperPreview
  • LinqPad for linq to sql
  • DbDeploy (database versioning)
ronaldwidha
A: 

Platform

  • Windows Server 2008 x64
  • IIS 7
  • Web Platform Installer
  • PHP
  • .NET 2.0, 3.0, 3.5 SP1
  • IE8 (JS Console is great!) + Firefox (FireBug)
  • SQL Server 2008

Dev

  • Visual Studio 2008 SP1
  • Resharper 4
  • TFS and / or SourceGear Vault
  • Notepad++
  • .NET Reflector
  • ASP.NET AJAX Control Toolkit
  • jQuery (cannot live without it)

SharePoint

  • MOSS 2007 (Enterprise) (SP2)
  • SharePoint Designer 2007
  • Stramit CAML Viewer
  • U2U CAMLBuilder
  • VSeWSS 1.3
  • WSPBuilder
  • Telerik RadEditor fior SharePoint
  • jQuery (cannot live without it)
Colin