Data Service Behaviors
This section describes how to define data service behaviors, such as service operations, business logic, and feed customization, in WCF Data Services.
In This Section
Service Operations (WCF Data Services)
Describes how to define service operations that expose methods on the server.Using OData Actions to implement server-side behavior
Describes how to define service actions, which are used to bind business logic to resources in the data service.Interceptors (WCF Data Services)
Describes how to define interceptor methods to perform custom business logic on requests to the data service.Feed Customization (WCF Data Services)
Describes how to create a mapping between entities in the data model defined by the data service provider and elements in the data feed.
See Also
Concepts
Data Service Providers (WCF Data Services)
Configuring the Data Service (WCF Data Services)