1. Create a project call "Northwind"
2. Right click on the solution that the project resides in, then select "Manage NuGet Packages for Solution...."
3. The "Manage NuGet Packages" window is displayed
5. In the "Search Online" textbox type in the word "EntityFramework", this will search for the latest version of EntityFramework available
6. Click on the "Install" button
7. Select the project you want install EntityFramework to be installed in, then click on "OK"
9. When the Entity Framework is installed you will see a check mark next to package
10. Now you will see the the project has references to the Entity Framework DLLs
Blogs in the Entity Framework Series:
- Installing Entity Framework 6.1.1 With NuGet
- Creating Entity Model From an Existing Database Entity Framework 6.1.1
- Using the Entity Framework Objects In ASP.NET Project
- Entity Framework (Database First) Part 4: Using the LINQ and Projection To SELECT Columns From Entities
No comments:
Post a Comment