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 | 387 | December 2, 2020 | |
| MVC Vidly application | 5 | 2150 | March 19, 2021 | |
| ADO.NET Entity Data Model | 2 | 7253 | September 1, 2021 | |
| Use the dbcontext and Models from Winform Projekt in a nee Asp.net Core WebApp | 0 | 349 | October 3, 2021 | |
| Understanding Entity migrations | 0 | 370 | February 23, 2021 |