- Created POCOs using Self-Tracking Entities template
- Copied .tt file with POCOs to class library
- Added new table to database
- Refreshed edmx file
- Now what?
Do I really have to Add Code Generation Item and copy the generated POCOs to my class library again?
Obviously this will become a huge hindrance in a fast changing data model. Is there an automated way to solve this (built in way)?