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
In EF 4.3, you can add a Migration that adds the relationship.