Entity Framework 4.0: Why Would One Use the Code Generated EntityObjects Over POCO Objects?
Posted
by senfo
on Stack Overflow
See other posts from Stack Overflow
or by senfo
Published on 2010-01-13T12:11:19Z
Indexed on
2010/04/06
22:23 UTC
Read the original article
Hit count: 380
entity-framework
|entity-framework-4
Aside from faster development time (Visual Studio 2010 beta 2 has no T4 templates for building POCO entity objects that I'm aware of), are there any advantages to using the traditional EntityObject entities that Entity Framework creates, by default? If Microsoft delivers a T4 template for building POCO objects, I'm trying to figure out why anybody would want to use the traditional method.
© Stack Overflow or respective owner