-
Recent Posts
Recent Comments
Archives
Categories
- Analytics
- AppHarbor
- ASP.NET MVC
- ASP.NET Web API
- AutoMapper
- Best Practices
- Book Review
- Books
- Comments
- Communication
- Continuous Improvement
- Continuous Integration
- CSS
- Deployment
- Design
- Design Patterns
- Design Principles
- Development
- DRY
- Favorites
- Fluent NHibernate
- For Fun
- git
- IoC
- IowaCodeCamp
- JavaScript
- jQuery
- Legacy Code
- LINQ
- LosTechies
- Members
- Moq
- NUnit
- Open Source
- Personal
- Project Management
- Rant
- Reading Code
- RhinoMocks
- SEO
- SOLID
- Spark
- StructureMap
- Testing
- Uncategorized
Meta
Monthly Archives: February 2010
Unique Keys versus IDs in Web Applications
An ID is a fine way to uniquely identify an object, the common usage is also very user un-friendly. A while back I was watching a presentation by Jeffrey Palermo on Community For MVC.Net, then later at a live presentation … Continue reading
Posted in Best Practices, Development
9 Comments
Unit Testing Simple ASP.NET MVC Controllers
I have created enough simple projects using ASP.NET MVC with unit tests to notice a very helpful pattern. The following is a sample of a test fixture using RhinoMocks and NUnit to test a controller. 1: [TestFixture] 2: public class … Continue reading
Posted in ASP.NET MVC, Development, DRY, Moq, NUnit, RhinoMocks
6 Comments
How I Approach a Defect
Lately I’ve been tracking some of the steps I go through in a given day or week. I was fixing a bug the other day when I decided that I should write down all the mental notes I refer to … Continue reading
Posted in Best Practices, Continuous Improvement, Development, Testing
2 Comments
