sjh37/EntityFramework-Reverse-POCO-Code-First-Generator
EntityFramework Reverse POCO Code First Generator - Beautifully generated code that is fully customisable. This generator creates code as if you reverse engineered a database and lovingly created the code by hand. It is free to academics, commercial use requires a paid licence. Obtain your licence from:
This tool helps .NET developers quickly create clean, maintainable code for interacting with existing databases using Entity Framework Code First. It takes an existing SQL Server, SQL Server Compact, or PostgreSQL database schema as input and automatically generates C# classes, configurations, and a DbContext. This allows developers to work with their database using object-oriented code without manually writing all the mapping.
712 stars. Actively maintained with 34 commits in the last 30 days.
Use this if you are a .NET developer building an application with Entity Framework Code First and need to easily connect to and interact with an existing database.
Not ideal if you are starting a new database project and prefer to define your database schema through code first migrations, or if you're not using Entity Framework in a .NET environment.
Stars
712
Forks
224
Language
C#
License
—
Category
Last pushed
Mar 18, 2026
Commits (30d)
34
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/sjh37/EntityFramework-Reverse-POCO-Code-First-Generator"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
serenity-is/Serenity
Business Apps Made Simple with Asp.Net Core MVC / TypeScript
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...
NMFCode/NMF
This repository contains the entire code for the .NET Modeling Framework