entity framework - EF1 allow separate POCO entities -
i using entity framework 1 (we must use .net 3.5 sp1 work , co-ordinate sharepoint) , using n-tier architecture:
application server (hosted in iis) - data layer entity framework - service layer (wcf)
presentation server (inside sharepoint 2010 webpart) - proxy layer - presentation layer
now need able share entities across domain.
there option use svcutil or add web reference create our proxy classes on client side.
i looking though, able define simple poco entities in separate assembly share across tiers.
i know in ef4 can (and have done before) using poco entity generator.
is there way in ef1 - have simple class definitions separate edmx (and decoupled)?
thanks
efv1 doesn't have support poco entities. way around using ef poco adapter.
Comments
Post a Comment