Using Code First through NuGet

While working for a Code First project u need to refer the assembly from already installed EF 4.1 update. Otherwise you can use NuGet to easily achieve it

image

After that you run the command Install-Package EntityFramework at the command window

image

Namoskar!!!