0

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"?

Nathan
  • 24,586
  • 4
  • 27
  • 36

1 Answers1

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