I have made some changed to several of the db controllers in my application. When I add new tables, or modify others and re-run db generation, it overwrites those controllers...Currently i just keep copies of the controllers and just re apply the changes after i run it. Would it be possible to add an option to not generate a specific db table/view/sp? Just a Do Not Regenerate checkbox? It won't kill me if you cant, but it would be an awesome addition!
All controllers are partial classes and you can extend them in a separate file.
Yes 100%, but its not always the best option. If i need to keep doing what I'm doing thats fine.