1
votes

This is probably an obvious question to many but I'm scratching my head over this one.

Can someone explain to me what purpose/advantage generating POCO classes via t4 templates such as the ADO.Net DBContext Generator has over standard EDMX data access?

I understand that they offer extensibility over the entity class definitions, but if a development team is not interested in that what other obvious purpose or advantages do they have?

Thanks

1
I believe your question is answered here: stackoverflow.com/questions/2635953/…ThomasH
Thank you for the reference. It has gone a long way toward answering alot of the questions I have. If you reenter as an answer I'll mark it as such.Gatmando

1 Answers

0
votes

As mentioned by ThomasH in the comments the provided link gave me the info I needed.