Using Entity Framework entities as business objects?

前端 未结 7 1760
借酒劲吻你
借酒劲吻你 2020-11-30 20:34

I\'m using Entity Framework O/R mapper from Microsoft and using entity classes (generated classes that are mapped to DB objects) as a business objects. Is this OK? Please s

7条回答
  •  执笔经年
    2020-11-30 21:31

    The BookLibrary sample application of the WPF Application Framework (WAF) shows how the Model-View-ViewModel (MVVM) pattern can be used in combination with the Entity Framework.

提交回复
热议问题