Source
www.codeproject.com (The Code Project), posted 2010-05-17
Added By
BillHenn on 2010-05-17
Vitals
- 5305 total views
Summary
Creates a 'Hello World' program using WPF, WCF, and WF.
Excerpt
"This example is very simple, just use the WPF, WCF, WF three new technologies. This example has three project: WPFProject:A WPF Application ,It is used to implement the UI WFProject:WF4 can be used to customize the business logic, this case I just use it to call the WCF service WCFProject:A Console Application,It is used to otain data: ‘hello world’ The WPFProject start WFProject's workflow, WFProject call WCFProject 's WCF Service. Then WCFProject return 'Hello World' to the WFProject, Last WFProject retun 'Hello World' to the WPFProject's UI."
Full Link
http://www.codeproject.com/kb/wf/wcf-wpf-wf-hello-world.aspx
About The Code Project
The Code Project is a community of software development and design developers joined together with certain common goals: to learn, to teach and to have fun programming. Developers from all over the world come together to share source code, tutorials and knowledge for free to help their fellow programmers. It is extremely popular and is one of the best places on the web to look for open source implementations of .NET control, components, and techniques. http://www.codeproject.com/
The WPFpedia resource guide has 238 total links to this site.
Comments
There aren't any comments yet for this resource. Be the first to add one!
Add a Comment
Please log in to post comments.