JerrettDavis/JD.Efcpt.Build
Database-first EF Core model generation automated via MSBuild.
This tool helps .NET developers automatically generate C# code for their application's data layer based on an existing database schema or SQL project. It takes your database structure or SQL project as input and produces Entity Framework Core models (DbContext and entity classes) that your application can use to interact with the database. This is for software developers building applications with .NET and Entity Framework Core who need to keep their C# data models in sync with a database.
Use this if you are a .NET developer working with a database-first approach and want to automate the process of creating or updating your Entity Framework Core data models during your project's build process.
Not ideal if you prefer a code-first approach where you define your data models in C# first and then generate the database schema from them.
Stars
11
Forks
—
Language
C#
License
MIT
Category
Last pushed
Mar 16, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/JerrettDavis/JD.Efcpt.Build"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
serenity-is/Serenity
Business Apps Made Simple with Asp.Net Core MVC / TypeScript
sjh37/EntityFramework-Reverse-POCO-Code-First-Generator
EntityFramework Reverse POCO Code First Generator - Beautifully generated code that is fully...
mganss/XmlSchemaClassGenerator
Generate C# classes from XML Schema files
dadhi/FastExpressionCompiler
Fast Compiler for C# Expression Trees and the lightweight LightExpression alternative....
filiptrivan/spiderly
.NET (C#) boilerplate code generator that transforms an EF Core model into a fully customizable...