I am a naive developer and I am building up my concepts, I was asked to create a sample application in wcf, and so I am asking a bit subjective question here.
I want to know the diffrence and functionality of the above two, in which terms we prefer one over other?
I am a naive developer and I am building up my concepts, I was
Share
WCF = Windows COMMUNICATION Foundation
WPF = Windows PRESENTATION Foundation.
WCF deals with communication (in simple terms – sending and receiving data as well as formatting and serialization involved), WPF deals with presentation (UI)