what is Entity Framework with POCO
Posted
by pdiddy
on Stack Overflow
See other posts from Stack Overflow
or by pdiddy
Published on 2010-04-20T03:50:28Z
Indexed on
2010/04/20
3:53 UTC
Read the original article
Hit count: 419
What is the benefit of using POCO? I don't understand the meaning of Persistence Ignorance, what does this mean? That the poco object can't expose things like Save? I can't wrap my head around this POCO that there's alot of buzz around.
What is the difference with the EF generated entities and POCO?
© Stack Overflow or respective owner