Top "Ef-model-builder" questions

EF Core: Using ID as Primary key and foreign key at same time

I have two entities, Prospect and Person, what I'm trying to do is use Prospect.ID as the primary key …

c# entity-framework-core ef-model-builder
Resolving 'No key Defined' errors while using OnModelCreating with ApplicationDbContext?

I've been trying to create navigation properties for my collection types and I found this example of how one person …

c# asp.net-mvc-5 entity-framework-6 ef-model-builder