Sometimes entity framework generates awful navigation property names. Using the database first approach, what is the best way to fix that?
I am able to edit the t4 templates to my liking, but how would I bind these modified names to actual relations? Should I just write a script to modify the edmx file? Obviously, doing it by hand is is hardly an option.