How should I define relationships using Code First but without using any navigation properties?
Previously I have defined One-Many and Many-Many by using navigation
You can use the fluent api to add the relationship, though the "configuration" code is separate from the entity code making it less discoverable.