Inspired by this post, I'm wondering if anyone has found a good comparison between the POCO Generator and the 1.0esque Entities/Context. Why should I use one over the other? Or, what criteria should I be evaluating on my project to make my decision?
I once thought that POCO's were less work for mvc/wcf/databinding. But it seems a more customized object really suits the needs better. ie viewmodels or dto's. Or is this point. They were created to shortcut development with less than ideal implementations?
Assume I'm familiar with the adonet blog, which should be mandatory reading.