New to Windows Communication Foundation? - useful links
-
Donnerstag, 11. März 2010 06:56Besitzer
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
- Bearbeitet PiyushJoMicrosoft Employee, Moderator Mittwoch, 28. April 2010 05:54
Alle Antworten
-
Donnerstag, 11. März 2010 12:19nice one
Thanks for this
Manish Sati -
Mittwoch, 30. Juni 2010 07:53
Thank you, helped me a lot
Thanks,
Naidu
vrsanaidu -
Mittwoch, 14. Juli 2010 12:47
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 -
Dienstag, 7. September 2010 07:37
Hi,
Really very useful for a novoice programmer,it saves me a lot of time for getting this material
-
Montag, 13. September 2010 09:01
problem with accessing client application(console) in wcf webservice IIShosting
-
Montag, 13. September 2010 09:03
HI,
Some one help me in consuming the wcf webservice(IIS hosted) in Client application(@console)
-
Samstag, 18. September 2010 07:15
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 -
Mittwoch, 27. Oktober 2010 08:07Thanks 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] -
Donnerstag, 16. Dezember 2010 04:56
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_ -
Sonntag, 6. März 2011 14:17
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
-
Freitag, 11. März 2011 13:11
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
-
Mittwoch, 27. April 2011 13:07I'm new here. Great to find these useful links thanks.
-
Montag, 23. Mai 2011 05:03You might post as a new question by clicking on 'Ask a question' link and describe your problem there..
-
Freitag, 15. Juli 2011 04:46Thank you..helped me alot
-
Sonntag, 11. September 2011 07:29
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 -
Sonntag, 11. September 2011 20:09
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 -
Montag, 12. September 2011 17:24
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
-
Sonntag, 18. September 2011 21:30
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)
- Bearbeitet Amir AhaniMVP Sonntag, 18. September 2011 21:30
-
Freitag, 16. Dezember 2011 18:42
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 -
Montag, 19. Dezember 2011 06:22
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
-
Montag, 19. Dezember 2011 09:59
Thank you very much,
also visit on this link:
http://anildroisys.blogspot.com/2011/12/wcf-duplex-messaging.html
Thanks,
- Bearbeitet Droisys Montag, 19. Dezember 2011 10:00
-
Dienstag, 20. Dezember 2011 07:04
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 -
Freitag, 27. Januar 2012 06:19
problem with accessing client application(console) in wcf webservice IIShosting
reputation managemant -
Dienstag, 31. Januar 2012 18:52thanks a lot...
-
Mittwoch, 29. Februar 2012 13:52Thanks a lot !
-
Mittwoch, 14. März 2012 10:09GOOD LINKS...
-
Mittwoch, 30. Mai 2012 09:21Thanks!
-
Donnerstag, 28. Juni 2012 07:21
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
- Bearbeitet ImranGhani Donnerstag, 23. August 2012 09:36
-
Freitag, 27. Juli 2012 03:41
thank you a lot. game iwin

