locked
How to create data access layer when working with EF RRS feed

  • Question

  • User1183902823 posted

    i read article on repository pattern. people create a extra abstract layer on top of EF to do CRUD operation.

    just read https://www.infoworld.com/article/3117713/application-development/design-patterns-that-i-often-avoid-repository-pattern.html

    guide me how could i create and structure my classes to do the crud operation.

    is it really good to create a repository or generic repository which internally use EF to do the crud?

    repository is standard one for real life production environment?

    should i create business class from where i can use EF to play crud.......would be good choice for production environment?

    please guide me how could i develop Data access layer to do the crud operation using EF.

    thanks

    Thursday, January 4, 2018 12:05 PM

Answers