Click here to Skip to main content
15,919,178 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Please any one give me tutorial link. i have search the tutorial bt i was getting confused i got different variety of methods from different website. please any give the idea to start wcf.....
Posted
Updated 5-Jan-14 20:26pm
v2

Programming WCF Services
This is excellent book for leaning WCF
you can download it for free :)

http://it-ebooks.info/book/677/[^]
 
Share this answer
 
Hi,

First understand about bindings and endpoints in wcf.

1) see about basichttpbinding and webhttpbinding

2) call a simple method using both these bindings.

3) see about behaviour configuration.

4) DataContract and DataMember

5) ServiceContract and OperationContract

For better understanding first do a sample using webhttpbinding.

next you will learn yourself and gets idea about all those above.



I think the below links will be helpful for you...
http://www.wcftutorial.net/Introduction-to-WCF.aspx[^]

WCF: From a Beginner's perspective & a Tutorial[^]
 
Share this answer
 
v2
You can start form here
Refer:http://tnvbalaji.com/articles/wcf-tutorials/[^]

This may help
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900