Hi,
I'm playing around with the Code Second approach w/c is basically a Code First. :)
Now, I want to ask some questions:
1. How can I create a concrete base class that implements IEntity because we need to occasionally check EntityAspect class.
2. Is IDataSourceKeyResolver still applicable in Code First to dynamically compose connections string?
3. It seems that we have lots of breaking changes in our codes cause we're using the Devforce Entity class as the generic parameter for few repository classes. Do you have some advise on how we can easily migrate from Database First to Code First without having to completely rewrite our codes?
4. What are the other things that we might encounter in migrating or upgrading to Code First from Database First as far as coding is concern?
Thanks,
Von