Properties from Columns
Column Names (One per line)
Generated C# Properties
Why use Properties from Columns?
When mapping database results or CSV files to C# objects (POCOs), you often find yourself manually typing dozens of property declarations. This tool automates that task by taking a raw list of column names and transforming them into PascalCase C# auto-properties.
It automatically sanitizes invalid characters and ensures names are valid C# identifiers, helping you build your data models in seconds instead of minutes.