WCF Useful Links
The Windows Communications Framework (WCF) is a part of the .NET Framework that provides a unified programming model for rapidly building service-oriented applications that communicate across the web and the enterprise.
The following links are useful to learn the WCF programing model:
Overview of WCF
1- Introduction
http://social.msdn.microsoft.com/Forums/en-SG/tfsbuild/thread/59c4dc2d-1b34-4099-b79d-03e4024fe003
2- Best Practices: Data Contract Versioning
http://msdn.microsoft.com/en-us/library/ms731060.aspx
3- Best Practices: Service Versioning
http://msdn.microsoft.com/en-us/library/ee358764.aspx
4- Configuration-Based Activation in IIS and WAS
http://msdn.microsoft.com/en-us/library/aa751792.aspx
5- Deploying an Internet Information Services-Hosted WCF Service
http://msdn.microsoft.com/en-us/library/gg258442.aspx
6- Developing and Deploying WCF Data Services
http://archive.msdn.microsoft.com/AstoriaDocSamples
7- WCF and TFS 2008 Build Deployment
http://msdn.microsoft.com/en-us/library/ms733832.aspx
From MSDN
8- http://msdn.microsoft.com/en-us/netframework/aa663324.aspx
9- http://msdn.microsoft.com/en-us/library/cc668794.aspx
10- The .net Framework Developer center, central resource for all things WCF
http://msdn.microsoft.com/en-us/netframework/aa663324.aspx
11- WCF 3.5 samples
http://msdn.microsoft.com/en-us/library/ms751514.aspx
12- WCF 4.0 samples
http://msdn.microsoft.com/library/dd483346(VS.100).aspx
13- WCF screencasts
http://msdn.microsoft.com/en-us/netframework/wcf-screencasts.aspx
14- .Net endpoint blog about WCF and WF development, deployment, and management http://blogs.msdn.com/endpoint/
15- Bug report/ Feature request/ Feedback to the product team
https://connect.microsoft.com/wcf
16- Detailed debugging using WCF tracing
http://msdn.microsoft.com/en-us/library/ms733025.aspx
From Code Project
17- http://www.codeproject.com/KB/WCF/WCFOverview.aspx
18- http://www.codeproject.com/KB/architecture/wcfbyexample_introduction.aspx
19- http://www.codeproject.com/KB/WCF/wcf_bohansen.aspx
20- http://www.codeproject.com/KB/WCF/WCFWPFChat.aspx
From C# Learners
21- What makes WCF so unique?
https://csharplearners.com/category/wcf/
From 15 Seconds
22- http://www.15seconds.com/issue/061130.htm
23- http://www.15seconds.com/issue/070125.htm
From C# Corner
24- http://www.c-sharpcorner.com/UploadFile/prathore/711/
25- http://www.c-sharpcorner.com/UploadFile/dhananjaycoder/1701/
26- http://www.c-sharpcorner.com/UploadFile/37db1d/4891/
27- http://www.c-sharpcorner.com/UploadFile/dhananjaycoder/7084/
From CodePlex
28- Detailed WCF security guidance