You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Breeze.Sharp works well with WebApi but there are projects that require other DataServices to Get/Post data. For example, I would like to use a service bus like EasyNetQ, or Azure Service Bus to do a request/response on the entity data. It would be great to have the DataService consume a DataServiceAdapter that was injected at run time. In order to do this there is a requirement to rework the DataService and some of its dependencies to allow a 3rd party Adapter.
The text was updated successfully, but these errors were encountered:
This is certainly the plan. The idea is that breeze.sharp be able to talk to all of the same backends that breeze.js can via pluggable wrappers. ( just like breeze.js). We have a large backlog though and are still in the process of prioritizing all of the features we want to add to breeze.sharp. Another alternative is that we do offer custom consulting at [email protected] that can really expedite this process. Paying work always forces reprioritization :)
Breeze.Sharp works well with WebApi but there are projects that require other DataServices to Get/Post data. For example, I would like to use a service bus like EasyNetQ, or Azure Service Bus to do a request/response on the entity data. It would be great to have the DataService consume a DataServiceAdapter that was injected at run time. In order to do this there is a requirement to rework the DataService and some of its dependencies to allow a 3rd party Adapter.
The text was updated successfully, but these errors were encountered: