I was following this Entity Framework Database First tutorial and couldn’t find the DbContext code generator shown in the video.
Here’s how to install ADO.Net DbContext Code Generator to Visual Studio:
1. Click on the “Online Templates” section.
2. Search for “ADO.Net DbContext Generator”.
3. Click “Add” and proceed with installation.
Embed below is the video tutorial that I'm referring to.
Best answer to this problem. I've seen the 'Online Templates' a million times and never thought to look there.
ReplyDeleteOther answers say you have to install EF 4.x from the executable and not from NuGet. The problem is in my new VM spin up, I have EF 5 and still don't have the templates.
Thanks!