msawczyn / EFDesigner2022

Entity Framework visual design surface and code-first code generation for EF6, Core and beyond
MIT License
119 stars 21 forks source link

[Feature]: options to change default naming conventions #56

Closed AkiraVoid closed 11 months ago

AkiraVoid commented 1 year ago

It's common that database schemas, tables and columns need to be named with snake_case or plural nouns, while C# classes should be named with PascalCase and singular nouns. The default behavior of this extension seems to prefer using same naming conventions between code and database, which may breaks the conducts of the teams. We need the options to customize this behavior.

msawczyn commented 1 year ago

Column names can be changed in the designer. For any object property, simply edit the Column Name in the property editor. image

msawczyn commented 1 year ago

Same for the table name image

msawczyn commented 11 months ago

Closing due to lack of activity.