Sometimes, we need someone to remind us, we’re doing it wrong.
Here’s my quick list– you’re doing it wrong if:
- you’re not using ORM.
- you’re using (ADO.NET) data sets
- you’re not refactoring
- you can’t deploy in one step
- you’re not always learning.
stop doing it wrong, start learning how to do it right: AgilePakistan.org
Related posts:





I’d have to disagree. DataSets have their place, but too many people use them all over. ORM brings a level of abstraction that can help you work at a higher level, in terms of the business processes and problems. They allow you to create a much richer programming interface for building applications for the business.
#3-#5 I totally agree.
Ben Scheirman - 30 Jul 08 at 8:12 pm
Where would you use a dataset?
Shey - 30 Jul 08 at 9:45 pm