get Generic CRUD operation in EF
Posted
by kathy
on Stack Overflow
See other posts from Stack Overflow
or by kathy
Published on 2010-04-15T15:08:43Z
Indexed on
2010/04/16
1:43 UTC
Read the original article
Hit count: 327
Hello,
Is there any way or design pattern can I use to get Generic CRUD operations?
Because I’m working on n-tire application using EF in the data layer and I don’t want to use CRUD Functions in Every Entities.
Your help would be appreciated
© Stack Overflow or respective owner