Is there a good comparison of the different Entity Framework 2.0 code generators?
Inspired by this post, I'm wondering if 开发者_如何学JAVAanyone 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.
精彩评论