You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This sample demonstrates using efcpt.renaming.json to transform legacy database naming conventions (table prefixes, Hungarian notation, column prefixes) into clean, modern C# naming conventions.
The Problem
Many legacy databases use naming conventions that don't translate well to C#:
Database Name
Issue
tblCustomers
"tbl" prefix
cust_first_name
Column prefix + underscores
ord_cust_id
Abbreviated prefixes
item_qty
Abbreviated names
The Solution
The efcpt.renaming.json file maps these legacy names to clean C# names: