Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,

can u provide us small sample example with the procedure to develop WCF in C#.And its deployement

Thanks & Regards
Vasmhi... :)
Posted

If you google "wcf tutorial", you'll get back 435 THOUSAND results. This is the first one:

http://msdn.microsoft.com/en-us/library/ms734712.aspx[^]

 
Share this answer
 
v2
Comments
Espen Harlinn 10-Jan-11 7:45am    
5+ Good call
Start with the ABC's of WCF

http://msdn.microsoft.com/en-us/library/aa480190.aspx#introt_topic2[^]

A" stands for Address: Where is the service?
"B" stands for Binding: How do I talk to the service?
"C" stands for Contract: What can the service do for me?

After you get a basic understanding of ABC's go through the below article which has a sample too.Article will help you to understand how ABC's are applicable while developing the service.

Creating and Consuming Your First WCF Service[^]
 
Share this answer
 
 
Share this answer
 
Comments
Espen Harlinn 10-Jan-11 7:45am    
5+ Good call
Try this one:
A Windows Communication Foundation (WCF) Overview[^]

Regards
Espen Harlinn
 
Share this answer
 
Hello Friends,
WCF is pretty interesting, and i also wrote an article for beginners of wcf. Go to following link:
Windows Communication Foundation Basics step by step


you can follow my blog if you like it and also leave comments for suggestion for my blog content.
 
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