-->

Saturday, June 7, 2014

How to download EntityFramework.dll file, Add System.Data.Entity namespace

How to download EntityFramework.dll file, Add System.Data.Entity namespace

This namespace take some classes of entity framework for accessing data. In this article we will learn how to add System.Data.Entity namespace because Entity framework.dll missing by default. So first to add entityframework.dll file as a reference.
How to download
Step-1 : Select Package Manager console from Tool menu.

How to download EntityFramework.dll file, Add System.Data.Entity namespace
Step-2 : Write
PM> Install-package entityframework

Note : Internet connection must.
Now, Using this method you can download latest version of entityframework.

Read other related articles

Also read other articles

© Copyright 2013 Computer Programming | All Right Reserved