Has anyone tried to use EF Core 5 in a course Build a Real-world App with ASP.NET Core 1.0+ and Angular 2+? If so, there’s no need to create an additional model for an intermediary table (VehicleFeature), cause it’s already included in EF Core. The problem I face is with Automapper part, where Mosh maps FeatureId, how can I overcome that without additional class such as VehicleFeature (I see no need for creating it and I’m sure there’s another way round). I try to google that, but it seems so specific and I have no ideas left.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Why Automapper Not set id in the newly created object Using Select | 0 | 385 | December 2, 2020 | |
Code First Migration Questions | 5 | 790 | February 23, 2024 | |
Data Annotations Vs Fluent API | 1 | 2190 | June 29, 2023 | |
Adding column in aspNet Identity aspNetUserRoles, and reflect changes with entityframework DB First | 0 | 531 | July 7, 2022 | |
MVC Vidly application | 5 | 2143 | March 19, 2021 |