How to do Linq Many to Many join with or without navigation properties
问题 this question has been asked several times on stackoverflow, and I have read through atleast half a dozen of those, but I can't get my head around a simple many to many linq join query. This is my database EDMX I'm simply trying to populate a WPF datagrid with the list of students, along with each student's subjects. Now I know we can simply use navigation properties , instead of doing a join, but I have been unable to get the right result so a ( either C#/VB.net )query like var