Friday, May 11, 2012

Why should you use an ORM?

Making data access more abstract and portable. ORM implementation classes know how to write vendor-specific SQL, so you don't have to.

http://stackoverflow.com/questions/448684/why-should-you-use-an-orm

No comments:

Post a Comment