BenB
BenB

Reputation: 10630

What Is Your Complete ASP.net Development Environment?

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!

Upvotes: 5

Views: 2016

Answers (10)

Colin
Colin

Reputation: 10638

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)

Upvotes: 0

ronaldwidha
ronaldwidha

Reputation: 1345

basic, plus:

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

Upvotes: 0

pythonandchips
pythonandchips

Reputation: 2195

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

Upvotes: 0

domusvita
domusvita

Reputation: 818

  • 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")

Upvotes: 2

JB King
JB King

Reputation: 11910

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

Upvotes: 0

David Basarab
David Basarab

Reputation: 73351

The basic, plus

Upvotes: 4

Andrew Corkery
Andrew Corkery

Reputation: 1024

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

Upvotes: 2

Nick
Nick

Reputation: 5696

Basic plus:

& WinAmp :)

Upvotes: 0

Gambrinus
Gambrinus

Reputation: 2136

The basic plus:

  • Resharper
  • Subversion
  • AJAX Tool Kit
  • FCKEditor
  • Reflector
  • Re-Motion (re-motion)
  • Test-Driven .Net
  • HTTPWatch
  • DotNetTrace
  • FitNesse

Upvotes: 2

TheTXI
TheTXI

Reputation: 37915

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

Upvotes: 1

Related Questions