Entity Framework many-to-many relationship
While optimising a query, I noticed that a many-to-many relationship still used a class in between. There is a more optimised way to configure many-to-many relationships in Entity Framework. Before, many-to-many relationships looked like: [Table("dbo...
Jul 9, 20182 min read121
