How to communicate data between wcf and wpf? [closed]
How do communicate data between wcf and wpf using entity framework 4, mvvm light?
This question is too broad to answer fully in a single post. Start by going through the tutorials on MSDN
To use publish and consume a WCF service, you need to learn about the following things:
- Service Contracts
- Data Contracts
- Bindings
- Hosting a service
- Consuming a service
There is plenty of information available on these topics via Google. If you get stuck on any point, post another question and someone should be able to help you.
精彩评论