acrigney / GenericWCFService

Enables any business object layer to be accessed over WCF as set of WCF services. Works like CSLA although its not CRUD based so any BO can be used provided the classes have interfaces with the signature (object parameters come in, and 1 object comes out as a return object)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GenericWCFService

Enables any business object layer to be accessed over WCF as set of WCF services. Works like CSLA although its not CRUD based so any BO can be used provided the classes have interfaces with the signature (object parameters come in, and 1 object comes out as a return object)

About

Enables any business object layer to be accessed over WCF as set of WCF services. Works like CSLA although its not CRUD based so any BO can be used provided the classes have interfaces with the signature (object parameters come in, and 1 object comes out as a return object)