Robert Hurlbut's Blog

Thoughts on .NET, Security, Architecture, Agility, and Databases.

Syndication

.Company / Other Sites / Other Blogs

.NET Links

.NET Local Boston Events

.NET User Groups in New England

Blogs - .NET

Blogs - Agile

Blogs - Architecture

Blogs - CLR

Blogs - Security

Blogs - SQL Server

Blogs - System.Transactions

Enterprise Services (COM+) Resources

Indigo Resources

Microsoft Security Resources

Presentation resources

Recommended Books

Rotor Resources

Security Resources

Get your .NET project started correctly

As several of my friends know, I have started a new .NET project through my company. As I do this, I have been going afresh through my own mental list of things I should have in place to make sure this is a success -- source control, automated build, unit tests, bug tracking, etc. One list that is very good to make sure you are hitting the most important features is the famous Joel Test: 12 Steps to Better Code. It has been fascinating reading lately to see how Dana Epp and others have detailed how they line up against the Joel Test in their own shops.

My friend Jason Haley sent me a link this morning to Alex Lowe's blog post pointing to Mike Robert's excellent article: How to setup a .NET Development Tree. Highly, highly recommended reading even if you are not setting up a new project, as you will find, similar to the Joel Test, some new things you need to be thinking of to improve your existing development setup.

I pick up a new server today I placed on order last week for this and can't wait to get started! 

Published Thursday, March 03, 2005 7:15 AM by RHurlbut

Comments

# re: Get your .NET project started correctly@ Thursday, March 03, 2005 9:17 AM

Cool. You know, it's all those things that aren't really "coding" that are large predictors in the success of a project.

by Darrell

# re: Get your .NET project started correctly@ Thursday, March 03, 2005 10:00 AM

How true that is, Darrell. I have learned (and relearned) that over and over again for every project -- it never hurts to repeat the steps afresh to make sure you have a very solid footing.

# Tree Surgeon - very nice tool, but security issues@ Wednesday, April 06, 2005 8:09 AM