VS.net 2010/.net 4.0 RC was just released. For those who have used Beta or even the RC how easy/difficult is it to upgrade from entity framework 1.0 to 4.0?
Some things I'm wondering about:
- EF1 didn't support foreign keys in the model. I read that EF4 does. I guess if we want to use foreign keys there will be code changes to make?
- Upgrading edmx file to 4.0. Does it upgrade automatically or will we need to create a new one? Does it de-pluralize names if it upgrades?
- Changes to how lazy loading is handled?
- I read somewhere that the connection string has changed?