Can any one plz tell me what is basic concept of WPF,WCF & WWF??
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Krishna GaradPosted Feb 9, 2011, 6:09 AM
WCF is technology for both while exlaining only i told that WCF provide all the facility of .Net Remoting which is desktop and web services which is web this all functionality WCF will provide with some additional features that's WCF is usefule for web as well as Windows.
PankaJ DPosted Feb 9, 2011, 4:58 AM
one more Q is which 1 is related with web,and which one is related with windows(desktop)pplications.
Krishna GaradPosted Feb 9, 2011, 4:25 AM
1)WPF(Windows Presentation Foundation): It's related to only design. In windows form we design forms same work we are doing here with some better lookup for our form.
2)WCF(Windows Communication Foundation): We are aware of .Net Remoting,Web Service. Through tis technologies we develope our destributed programs same feature of those technologies as well as some extra feature which make our deistributed program very powerful is done by WCF.
3)WWF(Windows Workflow Foundation):When we write any service using WCF it's may contain 1000's of line of code to manage the flow and all we go for WWF.