Entity Framework Core Relationships – Convention, Data Annotations and Fluent API
In the second part of this series, we have learned how to configure non-relational properties in Entity Framework Core. So as a logical continuation, this article will be dedicated to learning about database relationships configuration with Entity Framework Core (EF...