Sunday, May 31, 2015

Installing/Updating Entity Framework


Open a New project of your choice(MVC,Web Application, Console Application.) in visual studio. I have taken MVC4 Internet Application as example. The following procedure and the implementation explained later applies for all project types.

Right Click on the project in solution explorer and select "Manage NuGet Packages".


Click "Install" or "Update" against "Entity Framework".



Once done, Entity FrameWork will be installed/updated and added to your project reference.

No comments:

Post a Comment