I'm trying out Breeze Sharp for a new WPF app I'm building. I was wondering if there's any way to generate the client side entity from the EF6 Code First Entity.
It would be a showstopper if we had to hand code the client models and keep the client/server entities in sync manually.
Also, I see BreezeJS is quite popular and has a lot of info on the web but BreezeSharp has limited info. Is BreezeSharp a good option for enterprise application? My application will be data heavy and will have a lot of attributes in the entities.
Update 1: I tried to use the server side model project on the client and got the following error:
Metadata errors encountered: Metadata mismatch classification: 'Missing CLR Entity Type' - for StructuralType: 'XXX...'
Hope someone here can shed some light..