I would like to implement the repository pattern, having my domain classes being independent from my repository implementation.
but maintain my domain classes -on schema updates using EF for example- is really expensive.
Do you know someway to automatize domain classes updates based on the ORM classes? -using T4 templates or something similar...