I just got the code source of a project from a friend. He used CodeSmith to generate the database and table classes but now i want to add one more table to the database. Obviously i dont have codesmith to regenerate the database so my question is if i can just use another ORM, like Dapper to use the new table called "users"?
Asked
Active
Viewed 508 times
1 Answers
0
I work for CodeSmith Tools. I've seen first hand that it is better to stick with one tool / templates for future regeneration/additional features/new db tables. If you don't, managing the project long term will be a nightmare, especially when a change occurs database side.

Blake Niemyjski
- 3,432
- 3
- 25
- 41