OmarElabd/RepositoryGenerator
Generate a repository in seconds by simply providing a namespace to your entities
This tool helps .NET developers quickly set up the data access layer for their applications. By simply providing the namespace where your Entity Framework models reside, it generates repository classes for each of your data models, along with a generic repository and a Unit of Work class. This is ideal for developers building new .NET applications that interact with a database.
No commits in the last 6 months.
Use this if you are a .NET developer who wants to rapidly scaffold the data access logic for your Entity Framework models.
Not ideal if you prefer to hand-code all your data access logic or if your project does not use Entity Framework.
Stars
16
Forks
6
Language
—
License
Apache-2.0
Category
Last pushed
Aug 01, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/OmarElabd/RepositoryGenerator"
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...