Entity Framework Core tools

Next up, we'll install some Entity Framework Core tools that will assist us with creating our database from our models.

In the console window, type the following command and hit Enter:

    Install-Package Microsoft.EntityFrameworkCore.Tools  

Once again, you should see a few response lines showing the items that were successfully installed.

Get C# 7 and .NET Core 2.0 Blueprints now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.