Avoid using many-to-many mappings in Entity Framework

Jimmy Bogard published a good article why you should avoid many-to-many relationships in ORMS. This applied to EntityFramework as well. A short recap: use junction models!

Comment is closed.