views:

335

answers:

2

Hi All,

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 Entity Framework for VS2008( AM I Right?).....I want to use POCO classes in my project ad use the entity framework as an ORM.

A: 

If you are talking about EF 1.0 then you should use IPOCO interfaces - a pseudo POCO implementation.

Restuta
A: 

There is a poco adapter on code.msdn.com. not sure how good it is.

Sky Sanders