WCF Example
I only know basic concept of WCF. I didn't work in WCF. So can anyone attach code based on WCF concept.
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.
Sanjeeb LenkaPosted Jul 24, 2013, 7:30 AM
i tested it in VS2010
RajPosted Aug 2, 2013, 7:34 AM
I have found one useful example here http://blogfornet.com/category/web-service/
Sanjeeb LenkaPosted Jul 24, 2013, 8:34 AM
mark it as answered if it help you.
Preeti AgrawallaPosted Jul 24, 2013, 8:31 AM
Preeti AgrawallaPosted Jul 24, 2013, 8:25 AM
Sanjeeb LenkaPosted Jul 24, 2013, 8:03 AM
i checked your code its running fine. can you tell me which exception it showing.
Preeti AgrawallaPosted Jul 24, 2013, 7:24 AM
Sanjeeb LenkaPosted Jul 24, 2013, 7:18 AM
i checked that example and its working perfectly.
can you plz share your steps what you did.
Note:
when you run the wcf service don't stop it. then you can able to use the service.
means 1 st run the wcf service leave it as usual . Then go to console add the service reference and do your task.
Preeti AgrawallaPosted Jul 24, 2013, 7:01 AM
Sanjeeb LenkaPosted Jul 24, 2013, 6:55 AM
Preeti AgrawallaPosted Jul 24, 2013, 6:44 AM
Brajendra ShuklaPosted Jul 23, 2013, 1:55 PM
Sanjeeb LenkaPosted Jul 23, 2013, 7:57 AM
http://www.aspdotnet-suresh.com/2011/06/introduction-to-wcf-wcf-tutorial-wcf.html
http://tnvbalaji.com/articles/wcf-tutorials/
http://wcftutorial.net/Introduction-to-WCF.aspx
you can find a lot links from google search.
Sunny SharmaPosted Jul 23, 2013, 7:45 AM
There's lot of stuff you can find over C# Corner. I would like to point few of them to start:
http://www.c-sharpcorner.com/uploadfile/poolamu/beginners-guide-to-windows-communication-foundation/
http://www.c-sharpcorner.com/uploadfile/dpatra/wcf-basics/
Apart of above, follow this link also on debugmode.net by Dhananjay Kumar,
http://debugmode.net/2013/04/16/four-steps-to-create-first-wcf-service-beginners-series/
It's pretty easy to understand and practice.
Follow Google along for a lot more.
Hope it helps.
Cheers!