Random Post: RDBMS, thy end is nigh
RSS .92| RSS 2.0| ATOM 0.3
  • Home
  • About Me
  • Quotes
  •  

    You’re doing it wrong.

    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

    Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
    • Digg
    • del.icio.us
    • DZone
    • Reddit
    • Slashdot
    • StumbleUpon
    • Technorati

    2 Responses to “You’re doing it wrong.”

    1. Ben Scheirman Says:

      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.

    2. Shey Says:

      Where would you use a dataset?

    Leave a Reply