Support DevForce models????
We have a lot invested in devforce models and the thought of having to maintain multiple models is troubling. I assume it is the saves that are the issue because I'm able to query the df entities without issue.
-
Anonymous commented
I believe the EDMX will facilitate setting up the Breeze# client?
And even if it does bootstrap Breeze.Server, how will it all come together to integrate nicely with the existing DevForce pipeline?
-
Anonymous commented
You can reuse the same EDMX with Breeze and DevForce
-
Anonymous commented
pleaseeee!!!
-
Katerina Ford commented
What about Code First DevForce Entities? Will those share seamlessly?
-
AdminAdmin (Product Manager, Breeze.js) commented
You can reuse the same EDMX with Breeze and DevForce (provided you're not using inheritance or complex types at this time). The one down side is that you can’t share the server-side query and save interceptors.