New to Windows Communication Foundation? - useful links
-
Thursday, March 11, 2010 6:56 AMOwner
WCF - http://msdn.microsoft.com/en-us/netframework/aa663324.aspx
(.net Framework Developer center, central resource for all things WCF)WCF 3.5 samples - http://msdn.microsoft.com/en-us/library/ms751514.aspx
WCF 4.0 samples - http://msdn.microsoft.com/library/dd483346(VS.100).aspx
(good resource to learn the basics by playing with samples)WCF screencasts - http://msdn.microsoft.com/en-us/netframework/wcf-screencasts.aspx
.Net endpoint blog - http://blogs.msdn.com/endpoint/
(Blog by the .NET and AppFabric teams about WCF and WF development, deployment, and management)Bug report/ Feature request/ Feedback to the product team - https://connect.microsoft.com/wcf
(There are useful resources mentioned at the bottom of this page as well)Detailed WCF security guidance - http://www.codeplex.com/WCFSecurity
Detailed debugging using WCF tracing - http://msdn.microsoft.com/en-us/library/ms733025.aspx
- Edited by PiyushJoMicrosoft Employee, Moderator Wednesday, April 28, 2010 5:54 AM
All Replies
-
Thursday, March 11, 2010 12:19 PMnice one
Thanks for this
Manish Sati -
Wednesday, June 30, 2010 7:53 AM
Thank you, helped me a lot
Thanks,
Naidu
vrsanaidu -
Wednesday, July 14, 2010 12:47 PM
Here are some links tha might help you troubleshooting/trackign/tracing WCF and WF applications.
WCF Administration and Diagnostics
Windows Communication Foundation (WCF) provides a rich set of functionalities that can help you monitor the different stages of an application’s life. For example, you can use configuration to set up services and clients at deployment. WCF includes a large set of performance counters to help you gauge your application's performance. WCF also exposes inspection data of a service at runtime through a WCF Windows Management Instrumentation (WMI) provider. When the application experiences a failure or starts acting improperly, you can use the Event Log to see if anything significant has occurred. You can also use Message Logging and Tracing to see what events are happening end-to-end in your application. These features assist both developers and IT professionals to troubleshoot an WCF application when it is not behaving correctly
Windows Workflow tracking is a .NET Framework version 4 feature designed to provide visibility into workflow execution. It provides a tracking infrastructure to track the execution of a workflow instance. The WF tracking infrastructure transparently instruments a workflow to emit records reflecting key events during the execution. This functionality is available by default for any .NET Framework 4 workflow. No changes are required to be made to a .NET Framework version 4 workflow for tracking to occur. It is just a matter of deciding how much tracking data you want to receive.Here are some samples to help you out as well.
mm -
Tuesday, September 07, 2010 7:37 AM
Hi,
Really very useful for a novoice programmer,it saves me a lot of time for getting this material
-
Monday, September 13, 2010 9:01 AM
problem with accessing client application(console) in wcf webservice IIShosting
-
Monday, September 13, 2010 9:03 AM
HI,
Some one help me in consuming the wcf webservice(IIS hosted) in Client application(@console)
-
Saturday, September 18, 2010 7:15 AM
Many more videos available at
http://channel9.msdn.com/Tags/wcf
If you want to learn What's new in WCF 4.0, this article gives you good sneak preview about it
http://msdn.microsoft.com/en-us/library/ee354381.aspx
Nishith Pathak
Http://DotnetPathak.blogspot.com
Nishith Pathak -
Wednesday, October 27, 2010 8:07 AMThanks alot. I'm a new member of this forum. I've watched your videos, also follow the links. They're really helpful.
[URL]http://innovatoys.com[/URL] -
Thursday, December 16, 2010 4:56 AM
See the Link
http://dhananjaykumar.net/category/wcf/
Thanks Dhananjay Kumar
MVP Connected System Developer http://dhananjaykumar.net/
Contact: dhananjay.kumar@live.com Twitter: http://twitter.com/debugmode_ -
Sunday, March 06, 2011 2:17 PM
One of the common issues people talk to me about is what is the best way of getting started with WCF?
I go through these steps in an easy to follow process from creating a WCF service from a console application, generating a client proxy and implementing calls from a client console application.
I discuss how to debug the service to better understand the use of endpoint.
Introduction to WCF - http://danielglyde.blogspot.com/2011/03/introduction-to-wcf.html
I have also uploaded the source to Git Hub.
Source code for an introduction to WCF - https://github.com/danielglyde/WCFStringManipulator
-
Friday, March 11, 2011 1:11 PM
Hi,
I want to use ResourceDictionary may be for readonly purpose, via WCF Client/Server. My Client App is WPF and Server offcourse WCF4 via Routing=>NetTCPBinding or any binding which can suite for this scenario about Performance wise.
Although right now ResourceDictionary is simple (string)key (string)value based but may be in future it can have images and or some kind of Animation and lot more......
Any Sample and Guidance,
Regards,
-N
-
Wednesday, April 27, 2011 1:07 PMI'm new here. Great to find these useful links thanks.
-
Monday, May 23, 2011 5:03 AMYou might post as a new question by clicking on 'Ask a question' link and describe your problem there..
-
Friday, July 15, 2011 4:46 AMThank you..helped me alot
-
Sunday, September 11, 2011 7:29 AM
The Windows Communications Framework 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. To learn the concept, first study the following post:
http://blog.csharplearners.com/category/wcf/
and then, visit the following links:
http://msdn.microsoft.com/en-us/netframework/aa663324.aspx
http://msdn.microsoft.com/en-us/library/cc668794.aspx
Overview on WCF (high-level intro)
http://social.msdn.microsoft.com/Forums/en-SG/tfsbuild/thread/59c4dc2d-1b34-4099-b79d-03e4024fe003
WCF and TFS 2008 Build Deployment
http://msdn.microsoft.com/en-us/library/ms733832.aspx
Best Practices: Data Contract Versioning
http://msdn.microsoft.com/en-us/library/ms731060.aspx
Best Practices: Service Versioning
http://msdn.microsoft.com/en-us/library/ee358764.aspx
Configuration-Based Activation in IIS and WAS
http://msdn.microsoft.com/en-us/library/aa751792.aspx
Deploying an Internet Information Services-Hosted WCF Service
http://msdn.microsoft.com/en-us/library/gg258442.aspx
Developing and Deploying WCF Data Services
http://archive.msdn.microsoft.com/AstoriaDocSamples
General links:
http://www.yggenyk.dk/wiki/WCF_-_Links_to_documents_and_tutorials
http://www.codeproject.com/KB/WCF/wcf_bohansen.aspx
http://www.codeproject.com/KB/architecture/wcfbyexample_introduction.aspx
http://www.codeproject.com/KB/WCF/WCFWPFChat.aspx
http://www.codeproject.com/KB/WCF/WCFOverview.aspx
http://www.15seconds.com/issue/061130.htm
http://www.15seconds.com/issue/070125.htm
http://www.c-sharpcorner.com/UploadFile/prathore/711/
http://www.c-sharpcorner.com/UploadFile/dhananjaycoder/1701/
http://www.c-sharpcorner.com/UploadFile/37db1d/4891/
http://www.c-sharpcorner.com/UploadFile/dhananjaycoder/7084/
Amir Ahani (MCSD .NET)
a.ahani -
Sunday, September 11, 2011 8:09 PM
Hi Mohana,
I have 28 useful links for WCF in my receent post in blog.csharplearners.com :
http://blog.csharplearners.com/2011/09/11/windows-communication-foundation-links/
Regards,
Amir Ahani
a.ahani -
Monday, September 12, 2011 5:24 PM
Hi Amir,
I have already read your other postings in MSDN. Your 28 useful links for WCF is great and very well organized. Can you share more resources about WCF here or in your blog?
Thx,
Bryan
-
Sunday, September 18, 2011 9:30 PM
Hi Bryan,
You can visit the following link for the WCF topics:
http://blog.csharplearners.com/category/wcf/
Or:
1- SOA and WCF: http://blog.csharplearners.com/2011/09/12/service-oriented-architecture-soa-wcf/
2- WCF: http://blog.csharplearners.com/2011/08/24/windows-communication-foundation-wcf/
Please let me know which are of WCF you are more interested to learn and I will provide you some links.
Regards,
Amir Ahani (MCSD.NET)
- Edited by Amir AhaniMVP Sunday, September 18, 2011 9:30 PM
-
Friday, December 16, 2011 6:42 PM
Hi
You can find some useful link on how to make a call to a WCF Service in the context of a WPF application.
http://www.telerik.com/help/wpf/consuming-data-wcf-service.html
PS.Shakeer Hussain -
Monday, December 19, 2011 6:22 AM
I am agree with mmckeown-basemsft, No changes are required to be made to a .NET Framework version 4 workflow for tracking to occur. It is just a matter of deciding how much tracking data you want to receive.
______________________________________________________________
My name is Ahmed Noer
-
Monday, December 19, 2011 9:59 AM
Thank you very much,
also visit on this link:
http://anildroisys.blogspot.com/2011/12/wcf-duplex-messaging.html
Thanks,
- Edited by Droisys Monday, December 19, 2011 10:00 AM
-
Tuesday, December 20, 2011 7:04 AM
I'm new here. Great to find these useful links thanks.Hi Mohana,
I have 28 useful links for WCF in my receent post in blog.csharplearners.com :
http://blog.csharplearners.com/2011/09/11/windows-communication-foundation-links/
Regards,
Amir Ahani
a.ahani -
Friday, January 27, 2012 6:19 AM
problem with accessing client application(console) in wcf webservice IIShosting
reputation managemant -
Tuesday, January 31, 2012 6:52 PMthanks a lot...
-
Wednesday, February 29, 2012 1:52 PMThanks a lot !
-
Wednesday, March 14, 2012 10:09 AMGOOD LINKS...
-
Wednesday, May 30, 2012 9:21 AMThanks!
-
Thursday, June 28, 2012 7:21 AM
Also,
The Webcast series from Das Blonde ThatIndigoGirl is a very good and helpfull resource for WCF.
http://www.thatindigogirl.com/
For a beginner, WCF Tutorials is also a good resource.
Imran
- Edited by ImranGhani Thursday, August 23, 2012 9:36 AM
-
Friday, July 27, 2012 3:41 AM
thank you a lot. game iwin

