views:

357

answers:

1

I'm working on a project using the entity framework code from 3.5 SP1, but although everything works great for the most part, many-to-many tables seem to need alot of workaround coding. Does anyone know if things will be easier in the next .net release?

A: 

I think, Many to One and then use One to Many. It is all about designing rather than Many to Many support of Entity Framework.

http://thedatafarm.com/LearnEntityFramework/tutorials/many-to-many-relationships-in-the-entity-data-model/

Syed Tayyab Ali