Composite Data Service Framework

Posted on | 95 words | ~1 min
WCF Data Services

Today I start a new project - the Composite Data Service Framework. The Composite Data Service Framework is a project that aims to obviate some of the limitations of WCF Data Services, specifically:

  • Allowing multiple data services to be aggregated in a single data service.
  • Providing more support for Service Operations (such as auto-generation of proxies client-side).
  • Aggregating different service types (entity framework, CLR types etc)
  • Complementing OData services with traditional WCF services with a single definition of proxies client-side.

The project is in its early stages and is hosted at:

http://cdsf.codeplex.com/

More updates will follow.