Posts by Auth • 11 points
1 post
-
1
votes1
answer107
viewsQ: Entity Framework + Fluent API + Web API?
I’m having trouble mapping the category within a product, when I list the products in the category (virtual class) comes empty, even with CategoryId filled. Product public class Product { public…