SpatialFocus/EntityFrameworkCore.Extensions
A set of useful extensions for EntityFrameworkCore (Enum Lookup Tables, Naming of tables / properties / keys, Pluralize).
This tool helps .NET developers quickly set up how their database tables and columns are named when using Entity Framework Core. It automates tasks like converting enum values into consistent lookup tables and ensuring all table and property names follow a specific style, like snake_case or pluralized forms. Developers working with C# and Entity Framework Core will use this to maintain clean and consistent database schemas.
No commits in the last 6 months.
Use this if you are a .NET developer building applications with Entity Framework Core and need to enforce consistent naming conventions and automatically generate lookup tables for enums in your database schema.
Not ideal if you are not a .NET developer or are not using Entity Framework Core for database interactions.
Stars
25
Forks
12
Language
C#
License
MIT
Category
Last pushed
Jan 11, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/SpatialFocus/EntityFrameworkCore.Extensions"
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...