New Post: How to use Actions
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...
View ArticleNew Post: public void RateAll(IQueryable movies, IEnumerable ratings)
Can anyone please provide some sample code how to invoke this action method from the client side.Thanks
View ArticleNew Post: public void RateAll(IQueryable movies, IEnumerable ratings)
You should be able to work it out by looking at the code samples here... http://blogs.msdn.com/b/astoriateam/archive/2011/10/17/actions-in-wcf-data-services.aspxNothing is exactly what you want, but...
View ArticleNew Post: Error when running the example code
I am trying to run your example code and am getting the following error:The server encountered an error processing the request. The exception message is 'Exception has been thrown by the target of an...
View ArticleNew Post: Error when running the example code
Ok - I seem to have stumbled through a couple of errors. It turns out that the example solution is quite temperamental in regards to its IIS settings. I finally got it to work with the Visual Studio...
View ArticleNew Post: Error when running the example code
I'm having the same problem. 'Unable to cast object of type 'ActionProviderImplementation.EntityFrameworkActionProvider' to type 'System.Data.Services.Providers.IDataServiceActionProvider' Did you ever...
View Article