What is the effect of not marking navigation properties virtual for Entity Framework (v4) entities?
If I don't use lazy loading, but neglect to properly eager load, what will happen upon accessing the (not loaded) property?
Would there be any other impact outside of lazy loading, or is that the main feature that requires virtual navigation properties?