views:

42

answers:

1

Hi,

i'm a little confused about EF4, and the EF homepage doesn't help me, so...

First thing: is EF4 a separate download or is it a part of VS2010?

What version of EF is native in VS2010.

Reason why i ask is because i create a .Net 3.5 project in VS2010 (.Net 4.0 is not yet on the production server) and when i want to check the checkbox 'Include FK Columns in the Model' it's gray and says i cannot use it. Is it because of me targettting 3.5, is my EF version maybe not 4.0?

Confused here :)

+1  A: 

is EF4 a separate download or is it a part of VS2010?

 Its a part of VS2010 only

.Net 3.5 project in VS2010 - But also it creates for Version 1 of Entity Framework

if you go with .Net 4.0 in VS2010 - the second version of Entity Framework is used there.

Note: there were some problems in FK on the Version 1 of Entity Framework

anishmarokey
thanks very much, so EF4 is used with .net 4, and EF1 is used with .Net 3.5?
Michel
And with 'the second version of EF' you mean 'EF4' right? Because the've done only version 1 and 4, and 2 and 3 don't exist, am i right?
Michel
Nilesh Gule