Open Solution Explorer. Right Click on our project name or application and then select Manage NuGet Packages. We must have an active internet connection to install NuGet Package into our project as shown below:-
After that, a new dialog will popup of “Manage NuGet Packages” inside browse select Entityframework click on install button icon as shown below.
A Review Changes dialog box will appear asking for our confirmation to changes. Click on OK.
A License Acceptance dialog box will appear. Click on I Accept so to start Installation. The installation process will take just a few seconds.
We will see a Visual Studio Output Window installing Entity Framework.
After installing, we can see it in Solution Explorer. Expand References in Solution Explorer and here we can see that EF has been installed into our project or application successful
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
Steps for Installing Entity framework
Alternatively, you can also install the provider's NuGet package using Package Manager Console. Go to Tools -> NuGet Package Manager -> Package Manager Console and execute the following command to install SQL Server provider package: