For simple apps, yes. But actually I was surprised to find out that they have been on and off plans in attempt to kill linq2sql and actually if you inspect the produced sql code(out of the box) .. well it can use a lot of optimizations.
I do think o/r mappers are the way to go, although having better tools does not mean that you should start handwaving when it comes to db internals.