I have a database and bunch of related tables . I just want to use EF to reduce Data-Access code for CRUD operations on those table. I dont want to change the model or anything. I am using the models as It is generated(or using POCO). Is it fair to use EF just for this(to reduce the data-access code) or it is overkill and i should think about DDD. Any directions?
This is a good question. Any other thought?
EDIT
I just wanted to ask If that is a good idea to use this just as an ORM. Honestly, I am very new to EF and know nothing about DDD and just wanted to use EF to reduce data-access code I have been writing all this while