Recently I have been working on an MVC site using the Entity Framework. I have some related entities in my EF model, as show below in the form of “Reader” and “Category”, and the relationship between them, i.e. many to many. When it came to proucing a view and action to perofrm the Create Reader …
