Generate ASP.NET Core WebAPI model with Entity Framework Core Generator
Overview
In this tutorial, you’ll learn how to use the Entity Framework Core Generator to create an Entity Framework Core data model for an ASP.NET WebAPI. Entity Framework Core Generator (efg) is .NET Core command-line (CLI) tool to generate Entity Framework Core model from an existing database.
- NuGet: https://nuget.org/packages/EntityFrameworkCore.Generator
- Source: http://github.com/loresoft/EntityFrameworkCore.Generator
- Documentation: https://efg.loresoft.com
The code for this tutorial is available at https://github.com/pwelter34/EntityFrameworkCore.Generator.Demo
Tracker Database
This tutorial will be a database first model. The database is a simple task tracking database.