I plan to create a new data-driven client / server application with the flexibility of using WPF, Silverlight, and mobile clients. I am already well versed in WPF and must learn how to implement the back end. Everything I read indicates the use of WCF + Entity Framework.
I have yet to find a realistic example of combining these three technologies. I want to use WPF data binding to be able to easily bind to database objects in a way that avoids as much procedural code as possible.
I looked at this Prism-based example, but it looks like it never ended, in fact it does nothing, it's basically the glorified "Hello World!"
source share