Attention: We are retiring the ASP.NET Community Blogs. Learn more >

CRUD, Only When You Can Afford It

There's a very interesting article in the MSDN Architecture Center that's very close to my heart ;).

If you think you can have a service methods called Add/UpdateOrderLine(fields of the order line table), read it.

If you think you can have the same methods in your business logic layer, read it.

3 Comments

  • I just read it Andres and you're right, it's definitely an eye opener.

  • I'm with Frans on this one. In fact, whenever you make some universal declaration that you should or shouldn't use something like this, someone will come up with dozens of reasons that show why you're wrong.



    Denouncing CRUD is CRAP. :)

  • Jeff,



    So, you are universally against all universal declarations? ;)



    He's talking about CRUD at the service level. And he says you can use it sometimes so is not an universal declaration.



    Regards,



    Andres.

Comments have been disabled for this content.