I am looking for an easy example or blog post that shows how to implement Actions in WCF data services version 5.0 using the EF Code first approach
The example on codeplex is not so clear as to where the Action method need to be declared. is it in the service class or the Data class?
I am looking for a way to call operations other that can accept an entity type and possibly return an entity type. Do these need to be done via actions or Operations?
Jawahar