In this series I’m going to construct a service using WCF Data Services (which exposes an OData feed) with Update/Insert/Delete functionality. There is a catch though, I want to avoid exposing database entities so I cant take advantage of WCF’s out-of-the-box implementation of the ADO .NET Entity Framework.