Is there a way to then ignore the conventions completely, so that Code First doesn't try to map any properties to database fields at all automatically, and I just define my own mapping completely manually on my own?

link|improve this question
Check out this link. stackoverflow.com/questions/5370518/… – J.W. Jan 6 at 18:45
feedback

1 Answer

Here's a blog which explains how to remove all conventions. it will work for upcoming versions too. http://blog.cincura.net/232283-removing-all-conventions-in-entity-framework-4-1-code-first/

link|improve this answer
Thanks for the reply, but I had already tried this. It doesn't remove assuming that each property is mapped to a table field. – Razi Syed Jan 6 at 22:59
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.