I\'m starting a new development and I plan to use Code First in Entity Framework 4.1.
I have previously used Model First and found some performance issues around loadin
According to this benshmark yes. It says also that EF Model First is always faster than EF Code First.