Browse by Tags
All Tags »
WCF General (RSS)
Sorry, but there are no more tags available to filter with.
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...
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...
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...
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...
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...
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...