Where to place the entity framework in our solution?

前端 未结 2 1649
面向向阳花
面向向阳花 2021-01-13 01:33

Okay, so we have a solution that contains the following projects:

  • BusinessLogic
  • Entities
  • DataAccess
  • Utilities
  • UnitTests
2条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-13 02:33

    I might be misunderstanding your question, but the thing I would suggest first off is to create a new project for your entity framework.

    Is there a good reason for it to be in with the other projects? Keeping it separate keeps it small, and easier to manage. Also keeps the dependencies down.

提交回复
热议问题