Hello everyone..
I'm creating a wcf service to add and delete employees... I'm using stored procedures to do so.. i'm not supposed to use any frameworks... I need to give the input through winforms, Can anyone tell me how to connect winform to wcf service?
P.S: I cannot have direct contact with Data Base, Everyrthing must be through WCF Service only.
Thanx in advance :)
tc...