DataSet and TableAdapter really catch my eye. These classes map data relationship as an independent unit (e.g. disconnected from data source).
In a sense, it takes away work from ORM. I don’t have to create classes to map exact relationship. Sure, I also lose control over class design. The time saved is worthwhile.