Welcome to MSDN Blogs Sign in | Join | Help

Wenlong Dong's Blog


WCF/WF performance
WCF for the web

Browse by Tags

All Tags » WCF General   (RSS)
Sorry, but there are no more tags available to filter with.
Top WF/WCF Sessions in PDC2008
There are still 21 days to go until the PDC . Are you excited to attend those fascinating technical sessions ? You might have noticed that we have the following interesting sessions for WF/WCF as part of .NET Framework 4.0: · WF 4.0: A First Look (Kenny Read More...
Patterns and Practices: WCF Security Guidance available online
Here is some good news for people who are looking for WCF Security guidance. The Microsoft Patterns and Practices team has just created the following blog for this: http://blogs.msdn.com/jmeier/archive/2008/03/27/patterns-and-practices-wcf-security-guidance-now-available.aspx Read More...
How to Use a Singleton WCF Proxy to Call Different Workflow Service Instances in .NET 3.5?
In .NET 3.5, a new type WorkflowServiceHost is introduced to provide the integration of WF and WCF. On the server-side, ReceiveActivty plays the main role to implement WCF service operations. With this, you can have WCF clients to talk to WF services. Read More...
Come and join the Connected Framework development team!
Do you want to work on Microsoft's next generation of the distributed application framework? Do you enjoy the thrill of shipping a great product? Do you want to join the team that has shipped WCF + WF in .NET 3.0? Are you up to the challenge of improving Read More...
A simple config-less IIS-hosted WCF service
I feel that it’s pretty handy to have a simple config-less IIS-hosted WCF service when I want to check whether WCF is correctly configured in IIS. So I post such a service here just for convenience. Simple.svc : <% @ServiceHost Language= "c#" Factory= Read More...
How to skip server certificate validation error when using HTTPS?
When you are developing a WCF service with an HTTPS endpoint (i.e., you enabled Transport security), you would want to test it with a test certificate or a certificate which has some invalid data. The former can happen when you create the certificate Read More...
Page view tracker