Hi All,
I am using EF 6.0. As I already had a developed database so I stepped with Database First approach.
So for that I got .edmx file as I started with this .edmx file, some one suggested me not to go with this approach (with .edmx for database operations) as it would be harder in future if you change something in database.
Instead you should use mapper classes (with code) for database operations.
As I am not knows with the mapper classes could you please suggest me?
Should I go with mapper classses or with .edmx ?
Suggest please
Thanks