I want to manually map my Entity Classes(POCO) to the Database tables usin ADO.NET Entity framework using the XML mapping file. Is it possible to do so, as I have heard there is no POCO support in ADO.NET Entit开发者_运维技巧y Framework for VS2008( AM I Right?).....I want to use POCO classes in my project ad use the entity framework as an ORM.
If you are talking about EF 1.0 then you should use IPOCO interfaces - a pseudo POCO implementation.
There is a poco adapter on code.msdn.com. not sure how good it is.
精彩评论