Is there any open source p开发者_如何学编程roject that makes use of both the WPF and WCF Data Services technologies and that is well designed so that one might see how to implement a good app using those two technologies ?
There are currently many projects that are using the Netflix OData feed. Looking for projects that use that feed would probably be a good place to start.
Karl Shifflett has a an article and series of screencasts on his blog that covers a WPF project that uses WPF, MVVM, the Netflix OData (using WCF DataServices client) and includes a link to the source code.
精彩评论