I'm evaluating DataObjects, and have a question. Currently, we're using XPO from DevExpress, which supports WCF services. We're using net.tcp binding (with additional compression). Is there a way, ready sample needed, to use DataObjects with WCF? Everything else - as far as I checked - looks really nice. |
Hi Dejan, Is WCF still alive? Everyone rush to WebAPI so far... (Joking) Actually, there is nothing special for WCF support in DataObjects.Net. I know that in WCF projects our customers use persistent services, DTO/ViewModels and automatic mapping between domain entities and DTOs. This universal combination can be used in any approach no matter whether it is WCF, WebAPI, etc. Hope that helps |