odata - Any good sample for an updatable WCF Data Service implementation -


i looking sample implementing updatable wcf data service. found this article on msdn shows sample implementation using iupdatable, not sure if understand post. there methods used in post such gettable() , submitchanges(), implementation not provided.

appreciate pointers.

found 1 useful - http://blogs.microsoft.co.il/blogs/gilf/archive/2008/08/31/how-to-perform-crud-operations-in-ado-net-data-services-with-custom-provider.aspx

thanks replies.


Comments

Popular posts from this blog

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -

Python __call__ special method practical example -