I am working on a new project and want to use EF. My last project used EF4 and it was installed as part of VS 2010 (or 8).
In this project, I am using VS 2012 which seems to want me to download EF instead. No worries, I went to Extensions and Updates and entered Entity Framework.
There seem to be a large number of versions of EF 4, 5, and the beta of 6.
There doesn't seem to be a lot of information on how to choose the appropriate item to download.
I think I should use 5 since I have found that using beta versions sometimes cause delays, especially since they don't plan to release the RTM version until the next version of VS.
And then I need to know which file(s) to download.
My project is to write an app that will replace an existing app using an SQL database - so I need a data first implementation.
What I don't want to do is find out that I have spent tons of time trying to figure out a problem that is simply due to the fact that I didn't download the correct version....
Any suggestions on which version (EF 4,5, or 6) and which package for that version I should use?
Thanks!