What are good design practices when working with Entity Framework

后端 未结 2 588
我在风中等你
我在风中等你 2020-12-12 08:43

This will apply mostly for an asp.net application where the data is not accessed via soa. Meaning that you get access to the objects loaded from the framework, not Transfer

2条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-12 09:28

    While informative I think it may be more helpful to share how all this fits into a complete solution architecture. Example- Got a solution showing where you use both EF inheritance and your alternative so that it shows their performance difference.

提交回复
热议问题