I am trying to figure out how to use actions. I have a project using EF code first and I need typical CRUD operations via HTTP is WCF Data services the way to go or I am better off plain old WCF (traditional) way
I Need to pass composite types / Entities to a service , can this be called via JSON?
Any examples would be appreciated