Configuration Items List
(Updated)
For the record, here is the list of software tools I use commonly:
-
Microsoft Visual Studio 2005 Team Suite (still not using 2008, sorry!)
-
Lutz Roeder'sRed Gate's .NET Reflector 5.1.2.0 (don't leave home without it, if you want to really know what's inside those assemblies!) -
Sparx Systems Enterprise Architect 7.1 (the swiss army knife of CASE)
-
Sybase PowerDesigner 12 (database CASE)
-
FreeMind 0.8 (great tool for creating mind maps, can be used in conjunction with Mind42.com for sharing)
- Microsoft
FxCop 1.35FxCop 1.36 (static analysis of .NET assemblies, focused on Microsoft Guidelines) -
Microsoft Internet Explorer Developer Toolbar 1.0 (for client-side web development on IE 7)
-
Roy Osherove's The Regulator 2.0 (great for creating regular expressions)
-
Biro M&T's NConstruct Lite 1.9.4 (for generating NHibernate classes)
-
Oracle SQL Developer 1.5.1 (for working with Oracle databases)
-
Litmus Labs CSSVista 0.15 (shows web pages in both IE and FireFox)
-
Nikhil Kothari's Web Development Helper 0.8.5.1
-
Microsoft Fiddler 2.0 (proxy tool for monitoring and changing HTTP requests)
-
WinCvs 2.0.2.4 (CVS frontend)
-
WinMerge 2.8.6 (diff/merge tool)
-
Oracle Database Server 10g R2
-
Microsoft SQL Server 2005 SP2
-
Microsoft StyleCop 4.3 (source code analysis)
-
TiddlyWiki (personal web-enabled notebook/wiki/blog)
As for software libraries, apart from .NET 2.0 and 3.0, I use:
-
Microsoft ASP.NET AJAX Extensions 1.0 (AJAX over ASP.NET)
-
Microsoft AJAX Control Toolkit 3.0.20229 (ASP.NET AJAX controls)
-
Microsoft Enterprise Library 3.1 (application blocks from Microsoft)
-
NUnit 2.4.8 (unit testing framework)
-
NHibernate 2.0.1 (.NET OR/M tool) and NHibernate Validator 1.0.0 (entity validator for NHibernate)
-
Oracle Data Access Components 10.2.0.2.21 (.NET Oracle driver)
Whenever I change this list, I will post about it, so you will know my exact development environment, this way, if I post some code, you will know what it requires.