Entity Framework (EF) T4 template modification to output PascalCasing database objects

Greetings, So using Entity Framework (version 5 or under at least), Database First generates a model that exactly mimics the naming convention of the database objects. So for instance, say we have the following table named : PERSON_DETAILS FIRST_NAME LAST_NAME PHONE_NUMBER   If we were to run EF out-of-the-box Database First, the following model will … Continue reading Entity Framework (EF) T4 template modification to output PascalCasing database objects