Introduction to WCF CRUDS
Abstract
In this tutorial we'll learn developing cross-process, cross-platform distributed windows applications using CRUD2CRUD (CRUDS) communication architecture.
CRUDS implementation using IService, IServiceAsync, IWCFService and IWCFServiceAsync inherits ICRUD, ICRUDL and ICRUDM (extension for communication generalization). IWCFService and IWCFServiceAsync are implemented to support ICRUDM that lacks support for serialization of a polymorphic object.