Urgently need tt file expert today (in next 2-3 hrs)

Job ID: 36286513

Budget: $8 – $15 CAD

to create a program that generates C# classes from a (tt file) based on the information about database tables, columns, and their types. The program should also handle updates, deletions, and additions to the database schema. You can achieve this using T4 (Text Template Transformation Toolkit) templates in C#


--Project
--Classes
---TableClassAEntity.cs
---TableClassBEntity.cs


Delete the table TableClassA will delete the TableClassA
Add the table TableClassC will add TableClassCEntity.cs in Classes folder
Adding Column in table, will add property in class
Removing column from table, will remove property from class
Modifying column type from table, will remove-add property in a class