This will automatically pluralize EF entities in .Net Core. The following Nuget packages need to be installed in your project. Microsoft.EntityFrameworkCore.Design Microsoft.EntityFrameworkCore.SqlServer Microsoft.EntityFrameworkCore.Tools PluralizeService.Core 1. Create a new folder called "Pluralization" 2. Create the following classes below: