I've installed EntityFramework through nuget (should I do this for every project? Or can I just reference the assemblies? Where are they 'installed'? Sorry new to nuget)
I add a new "Ado.NET Entity Data Model" to my project and import tables from the database. However the context is added as
ObjectContextnot as the latestDbContextas I would presume. Am I missing something here?
| |||
|
feedback
|
| |||||||
feedback
|
|
A great place to start is http://asp.net. Read the tutorials. They cover data access with EF for both WebForms and MVC. | |||
|
feedback
|