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 | |
---|---|---|---|---|
ASP.NET MVC Issue | 2 | 402 | May 4, 2023 | |
ADO.NET Entity Data Model | 2 | 7108 | September 1, 2021 | |
Use the dbcontext and Models from Winform Projekt in a nee Asp.net Core WebApp | 0 | 344 | October 3, 2021 | |
Code First Migration Questions | 5 | 761 | February 23, 2024 | |
Data Annotations Vs Fluent API | 1 | 1877 | June 29, 2023 |