I\'m working with ASP.NET MVC 4 and Entity Framework. In my database, I have a table Subscription which represents a subscription to public transports. This
I prefer this answer: Saving Many to Many relationship data on MVC Create view
If you are doing database first, then just skip to the viewmodel part of section 1.