If I create a new console application, right click on the project and click Add -> New Item, I can select a lot of things including generation of tables code via EF Database First .
Now if I create a new ASP.NET 5 web application, there are no EF-related items:
Why is that so? I need to generate some code via EF Database First in my ASP.NET 5 application, how can I do that?