I’ve been sick the past few days, so I have been hitting the “Stumble” button a lot on my laptop. Last night I ran across a very interesting blog post by Daniel Spiewak on his Code Commit blog:
This is a question which is fundamental to any ORM design. And really from a philosophical standpoint, how should ORMs deal with SQL? Isn’t the whole point of the ORM to sit between the developer and the database as an all-encompassing, object oriented layer?
What do you think? Is he on to something?